Skip to content

Commit

Permalink
Bump the patches group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [flask](https://github.com/pallets/flask) | `3.0.1` | `3.1.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.1` | `2.2.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |



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 `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

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: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: jinja2
  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 23, 2024
1 parent 880dfd8 commit 3a2ecaa
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
Expand Up @@ -10,21 +10,21 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes -o requirements.txt
blinker==1.9.0
click==8.1.7
click==8.1.8
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
jinja2==3.1.5
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 3a2ecaa

Please sign in to comment.