Skip to content
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

Update flask requirement from <2.3,>=2.2.5 to >=2.2.5,<3.2 in /cli #6568

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update flask requirement from <2.3,>=2.2.5 to >=2.2.5,<3.2 in /cli
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.2.5...3.1.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9c4838b973f5ff98f77b7584443f160084983575
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ aws_cdk.aws-cloudwatch~=1.164
aws_cdk.aws-lambda~=1.164
boto3>=1.16.14
connexion~=2.13.0
flask>=2.2.5,<2.3
flask>=2.2.5,<3.2
jinja2~=3.0
jmespath~=0.10
jsii==1.85.0
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ def readme():
"aws-cdk.aws-cloudformation~=" + CDK_VERSION,
"werkzeug~=2.0",
"connexion~=2.13.0",
"flask>=2.2.5,<2.3",
"flask>=2.2.5,<3.2",
"jmespath~=0.10",
"jsii==1.85.0",
]