Skip to content

Commit d811346

Browse files
Bump the patches group across 1 directory with 7 updates
Bumps the patches group with 7 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.5` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.1.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [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.5 - [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.5) 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 `iniconfig` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/pytest-dev/iniconfig/releases) - [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG) - [Commits](pytest-dev/iniconfig@v2.0.0...v2.1.0) Updates `jinja2` from 3.1.4 to 3.1.6 - [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.6) 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-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches - dependency-name: pandas dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: click dependency-version: 8.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: iniconfig dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: six dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 880dfd8 commit d811346

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
# This file was autogenerated by uv via the following command:
1111
# uv export --no-hashes -o requirements.txt
1212
blinker==1.9.0
13-
click==8.1.7
13+
click==8.1.8
1414
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
15-
flask==3.0.1
16-
iniconfig==2.0.0
15+
flask==3.1.0
16+
iniconfig==2.1.0
1717
itsdangerous==2.2.0
18-
jinja2==3.1.4
18+
jinja2==3.1.6
1919
markupsafe==3.0.2
2020
numpy==1.26.4
2121
packaging==24.2
22-
pandas==2.2.1
22+
pandas==2.2.3
2323
pluggy==1.5.0
2424
pyarrow==17.0.0
25-
pytest==8.3.3
25+
pytest==8.3.5
2626
python-dateutil==2.9.0.post0
2727
pytz==2024.2
28-
six==1.16.0
28+
six==1.17.0
2929
tzdata==2024.2
3030
werkzeug==3.1.3

0 commit comments

Comments
 (0)