Skip to content

Commit

Permalink
Bump the pip group in /tools with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [jinja2](https://github.com/pallets/jinja), [requests](https://github.com/psf/requests) and [black](https://github.com/psf/black) to permit the latest version.

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.11.3...3.1.4)

Updates `requests` to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.32.3)

Updates `black` to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.3.0...24.10.0)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  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 and rdimaio committed Dec 18, 2024
1 parent 42e5f30 commit aea723e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Jinja2~=2.11.3
Jinja2~=3.1.4
MarkupSafe==2.0.1
requests~=2.27.1
requests~=2.32.3
mypy~=0.961
black~=22.3.0
black~=24.10.0
isort~=5.10.1
flake8~=4.0.1
types-requests~=2.27.30

0 comments on commit aea723e

Please sign in to comment.