Skip to content

Commit 46d69d2

Browse files
Bump the pip-minor group across 1 directory with 9 updates (#186)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0692187 commit 46d69d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Flask
22
click==8.1.7
33
Flask==3.0.3
4-
Werkzeug==3.0.4
4+
Werkzeug==3.1.1
55
gunicorn==23.0.0
66
six==1.16.0
77
python-dotenv==1.0.1
88
python-dateutil==2.9.0.post0
99

1010
# Database
1111
Flask-SQLAlchemy==3.1.1
12-
SQLAlchemy==2.0.35
12+
SQLAlchemy==2.0.36
1313
Flask-Migrate==4.0.7
1414
sqlalchemy-json==0.7.0
15-
cloud-sql-python-connector==1.12.1
15+
cloud-sql-python-connector==1.13.0
1616
pg8000==1.31.2
1717

1818
# API and Models
1919
Flask-RESTful==0.3.10
20-
marshmallow==3.22.0
20+
marshmallow==3.23.1
2121
marshmallow-sqlalchemy==1.1.0
2222
flask-marshmallow==1.2.1
2323
flask-apispec==0.11.4
@@ -26,13 +26,13 @@ flask-apispec==0.11.4
2626
Flask-Cors==5.0.0
2727
flask-talisman==1.1.0
2828
PyJWT==2.9.0
29-
flask-oidc==2.2.0
29+
flask-oidc==2.2.2
3030

3131
# Requests
3232
requests==2.32.3
3333

3434
# Error Reporting
35-
sentry-sdk[flask]==2.16.0
35+
sentry-sdk[flask]==2.17.0
3636

3737
# Okta
3838
okta==2.9.8
@@ -41,11 +41,11 @@ okta==2.9.8
4141
pluggy==1.5.0
4242

4343
# Test - TODO: Move test packages to separate file
44-
tox==4.21.2
44+
tox==4.23.2
4545
# Lint
46-
ruff==0.6.9
46+
ruff==0.7.2
4747
# Typing
48-
mypy==1.11.2
48+
mypy==1.13.0
4949
types-google-cloud-ndb==2.3.0.20240813
5050
types-Flask-Cors==5.0.0.20240902
5151
types-Flask-Migrate==4.0.0.20240311

0 commit comments

Comments
 (0)