-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bump flask from 2.2.2 to 2.3.2 in /src/loadgenerator #868
Conversation
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.2.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fails to compile:
$ docker compose build loadgenerator --no-cache
...
#0 8.040 INFO: pip is looking at multiple versions of deprecated to determine which version is compatible with other requirements. This could take a while.
#0 8.040 INFO: pip is looking at multiple versions of configargparse to determine which version is compatible with other requirements. This could take a while.
#0 8.040 INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
#0 8.041 INFO: pip is looking at multiple versions of charset-normalizer to determine which version is compatible with other requirements. This could take a while.
#0 8.041 INFO: pip is looking at multiple versions of certifi to determine which version is compatible with other requirements. This could take a while.
#0 8.041 INFO: pip is looking at multiple versions of brotli to determine which version is compatible with other requirements. This could take a while.
#0 8.041 INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
#0 8.041 INFO: pip is looking at multiple versions of backoff to determine which version is compatible with other requirements. This could take a while.
#0 8.042 ERROR: Cannot install -r requirements.txt (line 8) and werkzeug==2.2.3 because these package versions have conflicting dependencies.
#0 8.042
#0 8.042 The conflict is caused by:
#0 8.042 The user requested werkzeug==2.2.3
#0 8.042 flask 2.3.2 depends on Werkzeug>=2.3.3
#0 8.042
#0 8.042 To fix this you could try to:
#0 8.042 1. loosen the range of package versions you've specified
#0 8.042 2. remove package versions to allow pip attempt to solve the dependency conflict
Closing in favor of #869 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps flask from 2.2.2 to 2.3.2.
Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
... (truncated)
Commits
f3b8f57
release version 2.3.2c990bba
update min test envadedb2a
Merge pull request #5101 from pallets/update-werkzeuge1aedec
update werkzeug37badc3
update changelog70f906c
Merge pull request from GHSA-m2qf-hxjv-5gpq8705dd3
setVary: Cookie
header consistently for session9532cba
fix mypy finding0bc7356
start version 2.3.2f07fb2b
Merge pull request #5086 from pallets/release-2.3.1Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.