Skip to content

Commit 003a666

Browse files
Bump the pip-major group across 1 directory with 5 updates
Bumps the pip-major group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `24.1.1` | | [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.26.2` | `4.2.1` | | [okta](https://github.com/okta/okta-sdk-python) | `2.9.8` | `3.0.0` | | [types-flask-cors](https://github.com/typeshed-internal/stub_uploader) | `5.0.0.20240902` | `6.0.0.20250809` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `9.0.2` | Updates `gunicorn` from 23.0.0 to 24.1.1 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...24.1.1) Updates `marshmallow` from 3.26.2 to 4.2.1 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/marshmallow@3.26.2...4.2.1) Updates `okta` from 2.9.8 to 3.0.0 - [Release notes](https://github.com/okta/okta-sdk-python/releases) - [Changelog](https://github.com/okta/okta-sdk-python/blob/master/CHANGELOG.md) - [Commits](okta/okta-sdk-python@v2.9.8...v3.0.0) Updates `types-flask-cors` from 5.0.0.20240902 to 6.0.0.20250809 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pytest` from 8.3.4 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...9.0.2) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-major - dependency-name: marshmallow dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-major - dependency-name: okta dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-major - dependency-name: types-flask-cors dependency-version: 6.0.0.20250809 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-major - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55e5174 commit 003a666

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==8.3.4
1+
pytest==9.0.2
22
pytest-flask==1.3.0
33
pytest-runner==6.0.1
44
pytest-factoryboy==2.7.0

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
click==8.1.7
33
Flask==3.1.1
44
Werkzeug==3.1.5
5-
gunicorn==23.0.0
5+
gunicorn==24.1.1
66
six==1.16.0
77
python-dotenv==1.0.1
88
python-dateutil==2.9.0.post0
@@ -17,7 +17,7 @@ pg8000==1.31.5
1717

1818
# API and Models
1919
Flask-RESTful==0.3.10
20-
marshmallow==3.26.2
20+
marshmallow==4.2.1
2121
marshmallow-sqlalchemy==1.1.0
2222
flask-marshmallow==1.2.1
2323
flask-apispec==0.11.4
@@ -35,7 +35,7 @@ requests==2.32.4
3535
sentry-sdk[flask]==2.19.0
3636

3737
# Okta
38-
okta==2.9.8
38+
okta==3.0.0
3939

4040
# Plugins
4141
pluggy==1.5.0
@@ -47,7 +47,7 @@ ruff==0.8.0
4747
# Typing
4848
mypy==1.13.0
4949
types-google-cloud-ndb==2.3.0.20250317
50-
types-Flask-Cors==5.0.0.20240902
50+
types-Flask-Cors==6.0.0.20250809
5151
types-Flask-Migrate==4.0.0.20240311
5252
types-python-dateutil==2.9.0.20250822
5353
types-requests==2.32.0.20241016

0 commit comments

Comments
 (0)