From ec4e137041c70a49b55d0d7fd63efac7552c953e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:17:28 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 10 updates Bumps the pip group with 2 updates in the /book/src directory: [black](https://github.com/psf/black) and [requests](https://github.com/psf/requests). Bumps the pip group with 7 updates in the /book/src/ch10/service/libs/web directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2020.11.8` | `2024.7.4` | | [h11](https://github.com/python-hyper/h11) | `0.9.0` | `0.16.0` | | [httpx](https://github.com/encode/httpx) | `0.15.4` | `0.23.0` | | [idna](https://github.com/kjd/idna) | `2.10` | `3.7` | | [sanic](https://github.com/sanic-org/sanic) | `20.9.1` | `20.12.7` | | [ujson](https://github.com/ultrajson/ultrajson) | `4.0.1` | `5.4.0` | | [websockets](https://github.com/python-websockets/websockets) | `8.1` | `9.1` | Bumps the pip group with 1 update in the /talk/src directory: [ipython](https://github.com/ipython/ipython). Updates `black` from 20.8b1 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/24.3.0) Updates `requests` from 2.25.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.0...v2.32.2) Updates `certifi` from 2020.11.8 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2020.11.08...2024.07.04) Updates `h11` from 0.9.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.9.0...v0.16.0) Updates `httpx` from 0.15.4 to 0.23.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.15.4...0.23.0) Updates `idna` from 2.10 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7) Updates `sanic` from 20.9.1 to 20.12.7 - [Release notes](https://github.com/sanic-org/sanic/releases) - [Commits](https://github.com/sanic-org/sanic/compare/v20.9.1...v20.12.7) Updates `ujson` from 4.0.1 to 5.4.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/4.0.1...5.4.0) Updates `websockets` from 8.1 to 9.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Changelog](https://github.com/python-websockets/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/python-websockets/websockets/compare/8.1...9.1) Updates `ipython` from 4.1.2 to 8.10.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/4.1.2...8.10.0) --- updated-dependencies: - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.2 dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip - dependency-name: httpx dependency-version: 0.23.0 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: sanic dependency-version: 20.12.7 dependency-type: direct:production dependency-group: pip - dependency-name: ujson dependency-version: 5.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: websockets dependency-version: '9.1' dependency-type: direct:production dependency-group: pip - dependency-name: ipython dependency-version: 8.10.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- book/src/ch10/service/libs/web/requirements.txt | 14 +++++++------- book/src/requirements.txt | 4 ++-- talk/src/requirements.txt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/book/src/ch10/service/libs/web/requirements.txt b/book/src/ch10/service/libs/web/requirements.txt index 6c6bfc3..fe38b4a 100644 --- a/book/src/ch10/service/libs/web/requirements.txt +++ b/book/src/ch10/service/libs/web/requirements.txt @@ -5,16 +5,16 @@ # pip-compile setup.py # aiofiles==0.6.0 # via sanic -certifi==2020.11.8 # via httpx -h11==0.9.0 # via httpcore +certifi==2024.7.4 # via httpx +h11==0.16.0 # via httpcore httpcore==0.11.1 # via httpx httptools==0.1.1 # via sanic -httpx==0.15.4 # via sanic -idna==2.10 # via rfc3986 +httpx==0.23.0 # via sanic +idna==3.7 # via rfc3986 multidict==5.0.0 # via sanic rfc3986[idna2008]==1.4.0 # via httpx -sanic==20.9.1 # via web (setup.py) +sanic==20.12.7 # via web (setup.py) sniffio==1.2.0 # via httpcore, httpx -ujson==4.0.1 # via sanic +ujson==5.4.0 # via sanic uvloop==0.14.0 # via sanic -websockets==8.1 # via sanic +websockets==9.1 # via sanic diff --git a/book/src/requirements.txt b/book/src/requirements.txt index 42d223e..216f681 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,4 +1,4 @@ -black==20.8b1 +black==24.3.0 coverage==5.3 flake8==3.8.4 hypothesis==5.43.3 @@ -13,5 +13,5 @@ pylint==2.6.0 pytest==6.2.0 pytest-cov==2.10.1 # pytype==2020.12.2 ## downgrade to py38 -requests==2.25.0 +requests==2.32.2 yapf==0.30.0 diff --git a/talk/src/requirements.txt b/talk/src/requirements.txt index 7c3b263..5f247e4 100644 --- a/talk/src/requirements.txt +++ b/talk/src/requirements.txt @@ -1,4 +1,4 @@ -ipython==4.1.2 +ipython==8.10.0 pytest==2.9.1 coverage==4.0.3 pytest-cov==2.2.1