Skip to content

Commit

Permalink
Bump flask from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent b10596c commit 169cdf3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ distlib = "==0.3.8"
filelock = "==3.13.3"
flask-cors = "==4.0.0"
flask-restful = "==0.3.10"
flask = "==3.0.2"
flask = "==3.0.3"
greenlet = "==3.0.3"
ics = "==0.7.2"
itsdangerous = ">=1.1.0"
Expand Down
26 changes: 13 additions & 13 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ click==8.1.7; python_version >= '3.7'
distlib==0.3.8
exceptiongroup==1.2.0; python_version < '3.11'
filelock==3.13.3; python_version >= '3.8'
flask==3.0.2; python_version >= '3.8'
flask==3.0.3; python_version >= '3.8'
flask-cors==4.0.0
flask-restful==0.3.10
greenlet==3.0.3; python_version >= '3.7'
ics==0.7.2
importlib-metadata==7.0.1; python_version < '3.9'
importlib-metadata==7.1.0; python_version < '3.9'
importlib-resources==6.1.1; python_version < '3.9'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
Expand Down Expand Up @@ -51,9 +51,9 @@ starkbank-ecdsa==2.2.0
tatsu==5.8.3; python_version >= '3.8'
tomli==2.0.1; python_version < '3.11'
types-python-dateutil==2.8.19.20240106; python_version >= '3.8'
typing-extensions==4.11.0; python_version >= '3.8'
typing-extensions==4.10.0; python_version >= '3.8'
urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
virtualenv==20.25.1; python_version >= '3.7'
virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
werkzeug==3.0.2; python_version >= '3.8'
zipp==3.17.0; python_version >= '3.8'
zipp==3.18.1; python_version >= '3.8'

0 comments on commit 169cdf3

Please sign in to comment.