Skip to content

Commit

Permalink
Python package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkins committed Nov 8, 2024
1 parent a135216 commit e7fee99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ awslambdaric==2.2.1
simplejson==3.19.3

# Reporting (Errors)
sentry-sdk==2.17.0
sentry-sdk==2.18.0
certifi==2024.8.30
urllib3==2.2.3

# Serverless WSGI
serverless-wsgi==3.0.4
MarkupSafe==3.0.1
Werkzeug==3.0.6
serverless-wsgi==3.0.5
MarkupSafe==3.0.2
Werkzeug==3.1.3

# Flask
Flask==3.0.3
blinker==1.8.2
blinker==1.9.0
click==8.1.7
itsdangerous==2.2.0
Jinja2==3.1.4
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r testing.txt

ipdb==0.13.13
tox==4.23.0
tox==4.23.2
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r base.txt

black==24.10.0
coverage==7.6.3
coverage==7.6.4
flake8==7.1.1
Flask-WebTest==0.1.6
isort==5.13.2
Expand Down

0 comments on commit e7fee99

Please sign in to comment.