Skip to content

Commit

Permalink
fix(deps): bump the python-pip group with 4 updates (#178)
Browse files Browse the repository at this point in the history
Bumps the python-pip group with 4 updates: [importlib-metadata](https://github.com/python/importlib_metadata), [setuptools](https://github.com/pypa/setuptools), [werkzeug](https://github.com/pallets/werkzeug) and [zipp](https://github.com/jaraco/zipp).


Updates `importlib-metadata` from 8.3.0 to 8.4.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.3.0...v8.4.0)

Updates `setuptools` from 73.0.0 to 73.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.0...v73.0.1)

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

Updates `zipp` from 3.20.0 to 3.20.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.0...v3.20.1)

---
updated-dependencies:
- dependency-name: importlib-metadata
  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-patch
  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-patch
  dependency-group: python-pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent d71c935 commit 6667364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dominate == 2.9.1
Flask == 3.0.3
Flask-Assets == 2.1.0
flask-bootstrap5 >= 0.1.dev1
importlib-metadata == 8.3.0
importlib-metadata == 8.4.0
install == 1.3.5
itsdangerous == 2.2.0
Jinja2 == 3.1.4
Expand All @@ -15,15 +15,15 @@ pandas == 2.2.2
pip == 24.2
python-dateutil == 2.9.0.post0
pytz == 2024.1
setuptools == 73.0.0
setuptools == 73.0.1
six == 1.16.0
toml == 0.10.2
typing_extensions == 4.12.2
visitor == 0.1.3
webassets == 2.0
Werkzeug == 3.0.3
Werkzeug == 3.0.4
WTForms == 3.1.2
zipp == 3.20.0
zipp == 3.20.1
sqlalchemy == 2.0.32
flask-sqlalchemy >= 3.0.1
psycopg2-binary == 2.9.9
Expand Down

0 comments on commit 6667364

Please sign in to comment.