-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy to stage #385
Merged
Merged
Deploy to stage #385
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ugettext_lazy was deprecated in Django 3.0
v3.3.0 deprecates saving the model after the post_generation method. Follow the factoryboy instructions for handling this warning: https://factoryboy.readthedocs.io/en/stable/changelog.html#id1
Clean up test warnings
Django 4.1 introduces a new warning about changes in Django 5.0. Modify form rendering in the template following the Django advice: https://docs.djangoproject.com/en/4.2/releases/4.1/#forms This only appears to affect the CDSA Invalidation form/view, since the other forms use the crispy tag to render them.
Switch to Django 4.2
Add gitleaks checks
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [responses](https://github.com/getsentry/responses) from 0.21.0 to 0.24.1. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.21.0...0.24.1) --- updated-dependencies: - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [django-simple-history](https://github.com/jazzband/django-simple-history) from 3.1.1 to 3.4.0. - [Release notes](https://github.com/jazzband/django-simple-history/releases) - [Changelog](https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst) - [Commits](jazzband/django-simple-history@3.1.1...3.4.0) --- updated-dependencies: - dependency-name: django-simple-history dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…/checkout-4 Bump actions/checkout from 3 to 4
Bump responses from 0.21.0 to 0.24.1
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.0.0 to 6.6.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.0.0...6.6.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bump whitenoise from 6.0.0 to 6.6.0
…ory-3.4.0 Bump django-simple-history from 3.1.1 to 3.4.0
This should be handled by dependabot.
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: pylint dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pexpect](https://github.com/pexpect/pexpect) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/pexpect/pexpect/releases) - [Changelog](https://github.com/pexpect/pexpect/blob/master/doc/history.rst) - [Commits](pexpect/pexpect@4.8.0...4.9) --- updated-dependencies: - dependency-name: pexpect dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bump pylint from 3.0.2 to 3.0.3
Bump pexpect from 4.8.0 to 4.9.0
Bump cryptography from 41.0.6 to 41.0.7
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@1.3.1...1.4.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [faker](https://github.com/joke2k/faker) from 13.15.1 to 22.2.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v13.15.1...v22.2.0) --- updated-dependencies: - dependency-name: faker dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [chardet](https://github.com/chardet/chardet) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](chardet/chardet@5.1.0...5.2.0) --- updated-dependencies: - dependency-name: chardet dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules) from 0.2.8 to 0.3.0. - [Release notes](https://github.com/pyasn1/pyasn1-modules/releases) - [Changelog](https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt) - [Commits](pyasn1/pyasn1-modules@v0.2.8...v0.3.0) --- updated-dependencies: - dependency-name: pyasn1-modules dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.6 to 20.25.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.24.6...20.25.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.10.0 to 6.1.1. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](python/importlib_resources@v5.10.0...v6.1.1) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [identify](https://github.com/pre-commit/identify) from 2.5.31 to 2.5.33. - [Commits](pre-commit/identify@v2.5.31...v2.5.33) --- updated-dependencies: - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bump faker from 13.15.1 to 22.2.0
Bump freezegun from 1.3.1 to 1.4.0
Bump identify from 2.5.31 to 2.5.33
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](PyCQA/flake8@6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…s-6.1.1 Bump importlib-resources from 5.10.0 to 6.1.1
Bump virtualenv from 20.24.6 to 20.25.0
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.10 to 2.31.0.20240106. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bump pyasn1-modules from 0.2.8 to 0.3.0
Bump chardet from 5.1.0 to 5.2.0
…1.0.20240106 Bump types-requests from 2.31.0.10 to 2.31.0.20240106
Bump flake8 from 6.1.0 to 7.0.0
This status indicates CDSAs that were replaced by newer agreements. We do not maintain a link to the CDSA that it is replacing in django; that is handled in outside pre-tracking.
These lines are not code, just documentation of a variable, so they shouldn't count against our coverage metric.
Add "replaced" status for CDSAs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.