Skip to content

Commit 6a8f9f1

Browse files
Bump the patches group across 1 directory with 8 updates
Bumps the patches group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.0.1` | `3.1.2` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.3.1` | | [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.3.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.3` | `3.1.5` | Updates `flask` from 3.0.1 to 3.1.2 - [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.2) Updates `click` from 8.1.7 to 8.3.1 - [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.3.1) Updates `iniconfig` from 2.0.0 to 2.3.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.3.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 `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `pluggy` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.5.0...1.6.0) 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) Updates `werkzeug` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.3...3.1.5) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches - dependency-name: iniconfig dependency-version: 2.3.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: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches - dependency-name: six dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 880dfd8 commit 6a8f9f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
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.3.1
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.2
16+
iniconfig==2.3.0
1717
itsdangerous==2.2.0
18-
jinja2==3.1.4
19-
markupsafe==3.0.2
18+
jinja2==3.1.6
19+
markupsafe==3.0.3
2020
numpy==1.26.4
2121
packaging==24.2
2222
pandas==2.2.1
23-
pluggy==1.5.0
23+
pluggy==1.6.0
2424
pyarrow==17.0.0
2525
pytest==8.3.3
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
30-
werkzeug==3.1.3
30+
werkzeug==3.1.5

0 commit comments

Comments
 (0)