Skip to content

Commit 29455d7

Browse files
Bump the pip group across 1 directory with 3 updates
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug), [jinja2](https://github.com/pallets/jinja) and [black](https://github.com/psf/black) to permit the latest version. Updates `werkzeug` to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.0.1...3.0.3) Updates `jinja2` to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@2.0rc1...3.1.4) Updates `black` to 24.4.2 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.1.0...24.4.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 224a11b commit 29455d7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"terminaltables",
4949
"requests>=2.4.3",
5050
"Flask>2.0.0,<2.3.0",
51-
"Werkzeug>2.0.0,<2.3.0",
51+
"Werkzeug>2.0.0,<3.1.0",
5252
"flask_restx<=1.1.0", # for python3.7
5353
"xmldiff<2.7.0", # for python3.7
5454
"cheroot",

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
doit
22
build
3-
black~=22.0
3+
black~=24.4
44
pytest
55
pylint

requirements-rtd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docutils<0.18
2-
Jinja2<3.1.0
2+
Jinja2<3.2.0
33
sphinx<2
44
-r ./requirements.txt
55
./releaseherald

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .
22
pylint
33
scikit-learn
4-
black~=22.0
4+
black~=24.4
55
kazoo
66
confluent-kafka
77
plotly

0 commit comments

Comments
 (0)