File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- pytest==8.3.4
1
+ pytest==8.3.5
2
2
pytest-flask==1.3.0
3
3
pytest-runner==6.0.1
4
4
pytest-factoryboy==2.7.0
Original file line number Diff line number Diff line change 1
1
# Flask
2
- click == 8.1.7
2
+ click == 8.1.8
3
3
Flask == 3.1.0
4
4
Werkzeug == 3.1.3
5
5
gunicorn == 23.0.0
6
- six == 1.16 .0
7
- python-dotenv == 1.0.1
6
+ six == 1.17 .0
7
+ python-dotenv == 1.1.0
8
8
python-dateutil == 2.9.0.post0
9
9
10
10
# Database
11
11
Flask-SQLAlchemy == 3.1.1
12
- SQLAlchemy == 2.0.36
13
- Flask-Migrate == 4.0.7
12
+ SQLAlchemy == 2.0.40
13
+ Flask-Migrate == 4.1.0
14
14
sqlalchemy-json == 0.7.0
15
- cloud-sql-python-connector == 1.14.0
15
+ cloud-sql-python-connector == 1.18.1
16
16
pg8000 == 1.31.2
17
17
18
18
# API and Models
19
19
Flask-RESTful == 0.3.10
20
20
marshmallow == 3.23.1
21
- marshmallow-sqlalchemy == 1.1.0
22
- flask-marshmallow == 1.2.1
21
+ marshmallow-sqlalchemy == 1.4.2
22
+ flask-marshmallow == 1.3.0
23
23
flask-apispec == 0.11.4
24
24
25
25
# Security
26
- Flask-Cors == 5.0.0
26
+ Flask-Cors == 5.0.1
27
27
flask-talisman == 1.1.0
28
28
PyJWT == 2.10.1
29
- flask-oidc == 2.2.2
29
+ flask-oidc == 2.3.1
30
30
31
31
# Requests
32
32
requests == 2.32.3
33
33
34
34
# Error Reporting
35
- sentry-sdk [flask ]== 2.19 .0
35
+ sentry-sdk [flask ]== 2.27 .0
36
36
37
37
# Okta
38
- okta == 2.9.8
38
+ okta == 2.9.13
39
39
40
40
# Plugins
41
41
pluggy == 1.5.0
42
42
43
43
# Test - TODO: Move test packages to separate file
44
- tox == 4.23.2
44
+ tox == 4.25.0
45
45
# Lint
46
- ruff == 0.8.0
46
+ ruff == 0.11.9
47
47
# Typing
48
- mypy == 1.13 .0
48
+ mypy == 1.15 .0
49
49
types-google-cloud-ndb == 2.3.0.20241103
50
50
types-Flask-Cors == 5.0.0.20240902
51
- types-Flask-Migrate == 4.0 .0.20240311
51
+ types-Flask-Migrate == 4.1 .0.20250112
52
52
types-python-dateutil == 2.9.0.20241003
53
53
types-requests == 2.32.0.20241016
You can’t perform that action at this time.
0 commit comments