Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 224a11b commit 29455d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"terminaltables",
"requests>=2.4.3",
"Flask>2.0.0,<2.3.0",
"Werkzeug>2.0.0,<2.3.0",
"Werkzeug>2.0.0,<3.1.0",
"flask_restx<=1.1.0", # for python3.7
"xmldiff<2.7.0", # for python3.7
"cheroot",
Expand Down
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
doit
build
black~=22.0
black~=24.4
pytest
pylint
2 changes: 1 addition & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docutils<0.18
Jinja2<3.1.0
Jinja2<3.2.0
sphinx<2
-r ./requirements.txt
./releaseherald
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .
pylint
scikit-learn
black~=22.0
black~=24.4
kazoo
confluent-kafka
plotly
Expand Down

0 comments on commit 29455d7

Please sign in to comment.