Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip-minor group across 1 directory with 17 updates #244

Closed
wants to merge 1 commit into from
Closed
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==8.3.5
pytest-flask==1.3.0
pytest-runner==6.0.1
pytest-factoryboy==2.7.0
Expand Down
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
# Flask
click==8.1.7
click==8.1.8
Flask==3.1.0
Werkzeug==3.1.3
gunicorn==23.0.0
six==1.16.0
six==1.17.0
python-dotenv==1.0.1
python-dateutil==2.9.0.post0

# Database
Flask-SQLAlchemy==3.1.1
SQLAlchemy==2.0.36
Flask-Migrate==4.0.7
SQLAlchemy==2.0.39
Flask-Migrate==4.1.0
sqlalchemy-json==0.7.0
cloud-sql-python-connector==1.14.0
cloud-sql-python-connector==1.16.0
pg8000==1.31.2

# API and Models
Flask-RESTful==0.3.10
marshmallow==3.23.1
marshmallow-sqlalchemy==1.1.0
flask-marshmallow==1.2.1
marshmallow==3.26.1
marshmallow-sqlalchemy==1.4.1
flask-marshmallow==1.3.0
flask-apispec==0.11.4

# Security
Flask-Cors==5.0.0
Flask-Cors==5.0.1
flask-talisman==1.1.0
PyJWT==2.10.1
flask-oidc==2.2.2
flask-oidc==2.3.1

# Requests
requests==2.32.3

# Error Reporting
sentry-sdk[flask]==2.19.0
sentry-sdk[flask]==2.24.0

# Okta
okta==2.9.8
okta==2.9.10

# Plugins
pluggy==1.5.0

# Test - TODO: Move test packages to separate file
tox==4.23.2
tox==4.24.2
# Lint
ruff==0.8.0
ruff==0.11.2
# Typing
mypy==1.13.0
mypy==1.15.0
types-google-cloud-ndb==2.3.0.20241103
types-Flask-Cors==5.0.0.20240902
types-Flask-Migrate==4.0.0.20240311
types-Flask-Migrate==4.1.0.20250112
types-python-dateutil==2.9.0.20241003
types-requests==2.32.0.20241016
Loading