8000 Bump the pip group across 3 directories with 10 updates by dependabot[bot] · Pull Request #1 · blankynap/Clean-Code-in-Python-Second-Edition · GitHub
[go: up one dir, main page]

Skip to content

Bump the pip group across 3 directories with 10 updates #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions book/src/ch10/service/libs/web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions book/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==20.8b1
black==24.3.0
coverage==5.3
flake8==3.8.4
hypothesis==5.43.3
Expand All @@ -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
2 changes: 1 addition & 1 deletion talk/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
0