Skip to content

Commit

Permalink
fix(deps): bump the python-pip group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the python-pip group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.0` |
| [setuptools](https://github.com/pypa/setuptools) | `75.2.0` | `75.6.0` |
| [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.2.0` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.1.1` | `3.1.3` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.2` | `3.21.0` |



Updates `flask` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.3...3.1.0)

Updates `setuptools` from 75.2.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.2.0...v75.6.0)

Updates `numpy` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.2...v2.2.0)

Updates `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

Updates `werkzeug` from 3.1.1 to 3.1.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.1...3.1.3)

Updates `zipp` from 3.20.2 to 3.21.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.2...v3.21.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-pip
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-pip
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-pip
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-pip
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-pip
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ab7c4ea commit 4f63c7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bootstrap-Flask == 2.4.1
click == 8.1.7
dominate == 2.9.1
Flask == 3.0.3
Flask == 3.1.0
Flask-Assets == 2.1.0
flask-bootstrap5 >= 0.1.dev1
importlib-metadata == 8.5.0
Expand All @@ -10,20 +10,20 @@ itsdangerous == 2.2.0
Jinja2 == 3.1.4
libsass == 0.23.0
MarkupSafe == 3.0.2
numpy == 2.1.2
numpy == 2.2.0
pandas == 2.2.3
pip == 24.3.1
python-dateutil == 2.9.0.post0
pytz == 2024.2
setuptools == 75.2.0
six == 1.16.0
setuptools == 75.6.0
six == 1.17.0
toml == 0.10.2
typing_extensions == 4.12.2
visitor == 0.1.3
webassets == 2.0
Werkzeug == 3.1.1
Werkzeug == 3.1.3
WTForms == 3.2.1
zipp == 3.20.2
zipp == 3.21.0
sqlalchemy == 2.0.36
flask-sqlalchemy >= 3.0.1
psycopg2-binary == 2.9.10
Expand Down

0 comments on commit 4f63c7d

Please sign in to comment.