Skip to content

Commit

Permalink
Python package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkins committed Oct 17, 2024
1 parent 1517877 commit 6d88223
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Serverless
awslambdaric==2.0.12
simplejson==3.19.2
awslambdaric==2.2.1
simplejson==3.19.3

# Reporting (Errors)
sentry-sdk==2.8.0
certifi==2024.7.4
urllib3==2.2.2
sentry-sdk==2.17.0
certifi==2024.8.30
urllib3==2.2.3

# Serverless WSGI
serverless-wsgi==3.0.4
MarkupSafe==2.1.5
Werkzeug==3.0.3
MarkupSafe==3.0.1
Werkzeug==3.0.4

# Flask
Flask==3.0.3
Expand Down
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.15.1
tox==4.23.0
12 changes: 6 additions & 6 deletions {{cookiecutter.project_slug}}/requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r base.txt

black==24.4.2
coverage==7.5.3
flake8==7.1.0
Flask-WebTest==0.1.4
black==24.10.0
coverage==7.6.3
flake8==7.1.1
Flask-WebTest==0.1.6
isort==5.13.2
pipdeptree==2.23.0
pipdeptree==2.23.4
pytest-flask==1.3.0
pytest==8.2.2
pytest==8.3.3

0 comments on commit 6d88223

Please sign in to comment.