Update safety requirement from ~=2.2 to ~=2.3 in /.dev#187
Merged
TEAM4-0 merged 1 commit intoci/dependabot-updatesfrom Oct 10, 2022
Conversation
Updates the requirements on [safety](https://github.com/pyupio/safety) to permit the latest version. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md) - [Commits](pyupio/safety@2.2.0...2.3.1) --- updated-dependencies: - dependency-name: safety dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
MBueschelberger
added a commit
that referenced
this pull request
Feb 3, 2023
… add auth-dependencies during app-launch (#189) * add auth * improve checking if auth enabled * update generic import of authentication dependencies * [Auto-generated] Update dependencies (#190) Update dependencies: * Update safety requirement from ~=2.2 to ~=2.3 in /.dev (#187) * Update `requirements.txt` (#188) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update docker-compose.yml Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update docker-compose_dev.yml Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * resolve importing dependencies for fastapi from env-variable, add retrieval of atoken from request-header in to configs of resource, function and transformation * resolve unknown attribute name in AppSettings * update env-variables in docker-compose * debug forwarding of secrets in function and transformation secrets, add pytests * rename function for pytests * update oteapi-core commit sha, update variable name in docker-compose, change un-call dependency when is initiated during app-startup * update setting of secret-attribute in pydantic models * add option to exclude redisadmin-router on production * update version for oteapi-core, update model-attributes, add settings-parent class * upgrade oteapi-core * update requirements.txt * update DummyCache for pytests: values in cache should be strings, since models are serialized. Add http-exception to redisadmin * Clean up conftest file Ensure objects are JSON serializeable in DummyCache. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: TEAM 4.0[bot] <Team4.0@SINTEF.no> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
TEAM4-0
added a commit
that referenced
this pull request
Feb 3, 2023
… add auth-dependencies during app-launch (#189) * add auth * improve checking if auth enabled * update generic import of authentication dependencies * [Auto-generated] Update dependencies (#190) Update dependencies: * Update safety requirement from ~=2.2 to ~=2.3 in /.dev (#187) * Update `requirements.txt` (#188) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update docker-compose.yml Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update docker-compose_dev.yml Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * Update app/main.py Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> * resolve importing dependencies for fastapi from env-variable, add retrieval of atoken from request-header in to configs of resource, function and transformation * resolve unknown attribute name in AppSettings * update env-variables in docker-compose * debug forwarding of secrets in function and transformation secrets, add pytests * rename function for pytests * update oteapi-core commit sha, update variable name in docker-compose, change un-call dependency when is initiated during app-startup * update setting of secret-attribute in pydantic models * add option to exclude redisadmin-router on production * update version for oteapi-core, update model-attributes, add settings-parent class * upgrade oteapi-core * update requirements.txt * update DummyCache for pytests: values in cache should be strings, since models are serialized. Add http-exception to redisadmin * Clean up conftest file Ensure objects are JSON serializeable in DummyCache. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: TEAM 4.0[bot] <Team4.0@SINTEF.no> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
This file contains hidden or 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
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.
Updates the requirements on safety to permit the latest version.
Changelog
Sourced from safety's changelog.
... (truncated)
Commits
6631403Fix bugged 2.3.0 release - safety.alerts module not included in setup.cfg12cd289Version 2.3.043dd831Fix workflows for master -> main rename40fb27aMerge pull request #415 from pyupio/develop679cd54Add dataclasses requirement to test_requirements.txt1134fb9Fix test case with expanded more_info_url320aa5cMerge branch 'main' into develop195aefcMerge pull request #411 from cb22/develop1172ea6Handle cvss3 score being None it utils too5717d5aHandle when optional extras are not installedDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)