Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.4
pytest==9.0.2
pytest-flask==1.3.0
pytest-runner==6.0.1
pytest-factoryboy==2.7.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pg8000==1.31.5

# API and Models
Flask-RESTful==0.3.10
marshmallow==3.23.1
marshmallow==4.1.1
marshmallow-sqlalchemy==1.1.0
flask-marshmallow==1.2.1
flask-apispec==0.11.4
Expand All @@ -35,7 +35,7 @@ requests==2.32.4
sentry-sdk[flask]==2.19.0

# Okta
okta==2.9.8
okta==3.0.0

# Plugins
pluggy==1.5.0
Expand All @@ -47,7 +47,7 @@ ruff==0.8.0
# Typing
mypy==1.13.0
types-google-cloud-ndb==2.3.0.20250317
types-Flask-Cors==5.0.0.20240902
types-Flask-Cors==6.0.0.20250809
types-Flask-Migrate==4.0.0.20240311
types-python-dateutil==2.9.0.20250822
types-requests==2.32.0.20241016
Loading