Skip to content

Commit

Permalink
Upgrade flask
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenmckenzie committed Dec 9, 2024
1 parent 45d3daf commit 3045ec1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
"Flask>=2.0.2<2.1",
"Flask>=3.1.0<3.2",
"gunicorn",
"structlog>=21.5.0,<21.6",
"python-dateutil>=2.8.2,<2.9",
Expand Down Expand Up @@ -58,7 +58,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
Flask = "^2.0.2"
Flask = "^3.1.0"
structlog = "^23.3.0"
python-dateutil = "^2.8.2"
requests = "^2.30.0"
Expand Down

0 comments on commit 3045ec1

Please sign in to comment.