Skip to content

Commit

Permalink
Bump the python group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 4 updates in the / directory: [flask](https://github.com/pallets/flask), [zipp](https://github.com/jaraco/zipp), [coverage](https://github.com/nedbat/coveragepy) and [types-setuptools](https://github.com/python/typeshed).


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 `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)

Updates `coverage` from 7.6.4 to 7.6.8
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.8)

Updates `types-setuptools` from 75.3.0.20241107 to 75.5.0.20241122
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 096a80d commit 0b7154c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
pep8==1.7.1
coverage==7.6.4
coverage==7.6.8
mock==5.1.0
pytest==8.3.3
pylint==3.3.1
Expand All @@ -14,5 +14,5 @@ beautifulsoup4==4.12.3
bandit==1.7.10
mypy==1.13.0
types-requests==2.32.0.20240712
types-setuptools==75.3.0.20241107
types-setuptools==75.5.0.20241122
types-toml==0.10.8.20240310
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
commonmark==0.9.1
Flask==3.0.3
Flask==3.1.0
Flask-APScheduler==1.13.1
Flask-Caching==2.3.0
Flask-WTF==1.2.2
Expand All @@ -18,4 +18,4 @@ typing_extensions==4.12.2
urllib3==2.2.3
Werkzeug==3.1.3
WTForms==3.2.1
zipp==3.20.2
zipp==3.21.0

0 comments on commit 0b7154c

Please sign in to comment.