Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.5` | `3.9.2` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.3` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.5` | `2.0.7` |
| [werkzeug](https://github.com/pallets/werkzeug) | `2.3.7` | `2.3.8` |



Updates `aiohttp` from 3.8.5 to 3.9.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.5...v3.9.2)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

Updates `jinja2` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.3)

Updates `urllib3` from 2.0.5 to 2.0.7
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@v2.0.5...2.0.7)

Updates `werkzeug` from 2.3.7 to 2.3.8
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.3.7...2.3.8)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent e6165fd commit 5ac62a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.2.0
# via requests
httmock==1.4.0
# via -r pip-tools/requirements-dev.in
idna==3.4
idna==3.7
# via requests
mock==5.1.0
# via -r pip-tools/requirements-dev.in
Expand All @@ -24,5 +24,5 @@ requests-mock==1.11.0
# via -r pip-tools/requirements-dev.in
six==1.16.0
# via requests-mock
urllib3==2.0.5
urllib3==2.0.7
# via requests
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# ./dev update-requirements
#
aiohttp==3.8.5
aiohttp==3.9.2
# via cloudfoundry-client
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -36,7 +36,7 @@ frozenlist==1.4.0
# aiosignal
gunicorn==21.2.0
# via -r pip-tools/requirements.in
idna==3.4
idna==3.7
# via
# email-validator
# requests
Expand All @@ -45,7 +45,7 @@ itsdangerous==2.0.1
# via
# -r pip-tools/requirements.in
# flask
jinja2==3.1.2
jinja2==3.1.3
# via flask
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -81,11 +81,11 @@ talisman==0.1.0
# via -r pip-tools/requirements.in
typing-extensions==4.8.0
# via sqlalchemy
urllib3==2.0.5
urllib3==2.0.7
# via requests
websocket-client==1.6.3
# via cloudfoundry-client
werkzeug==2.3.7
werkzeug==2.3.8
# via flask
yarl==1.9.2
# via aiohttp
Expand Down

0 comments on commit 5ac62a6

Please sign in to comment.