Skip to content

Commit

Permalink
Bump the patches group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 4 updates in the / directory: [flask](https://github.com/pallets/flask), [pandas](https://github.com/pandas-dev/pandas), [pytest](https://github.com/pytest-dev/pytest) and [six](https://github.com/benjaminp/six).


Updates `flask` from 3.0.1 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.1...3.1.0)

Updates `pandas` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.1...v2.2.3)

Updates `pytest` from 8.3.3 to 8.3.4
- [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.3...8.3.4)

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)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patches
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 880dfd8 commit 498705f
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 @@ -12,19 +12,19 @@
blinker==1.9.0
click==8.1.7
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
flask==3.0.1
flask==3.1.0
iniconfig==2.0.0
itsdangerous==2.2.0
jinja2==3.1.4
markupsafe==3.0.2
numpy==1.26.4
packaging==24.2
pandas==2.2.1
pandas==2.2.3
pluggy==1.5.0
pyarrow==17.0.0
pytest==8.3.3
pytest==8.3.4
python-dateutil==2.9.0.post0
pytz==2024.2
six==1.16.0
six==1.17.0
tzdata==2024.2
werkzeug==3.1.3

0 comments on commit 498705f

Please sign in to comment.