10000 Bump packaging from 21.2 to 24.1 by dependabot[bot] · Pull Request #8817 · aio-libs/aiohttp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump packaging from 21.2 to 24.1 #8817

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

Merged
merged 1 commit into from
Aug 21, 2024
Merged
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
packaging==23.1
packaging==24.1
# via gunicorn
pycares==4.4.0
# via aiodns
Expand Down
4 changes: 1 addition & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.6.0
# via pre-commit
packaging==21.2
packaging==24.1
# via
# build
# gunicorn
Expand Down Expand Up @@ -160,8 +160,6 @@ pyjwt==2.3.0
# via
# gidgethub
# pyjwt
pyparsing==2.4.7
# via packaging
pyproject-hooks==1.0.0
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==24.1
# via
# build
# gunicorn
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jinja2==3.1.4
# towncrier
markupsafe==2.1.3
# via jinja2
packaging==23.1
packaging==24.1
# via sphinx
pillow==9.5.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jinja2==3.1.4
# towncrier
markupsafe==2.1.3
# via jinja2
packaging==23.1
packaging==24.1
# via sphinx
pillow==9.5.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==24.1
# via pytest
platformdirs==3.10.0
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mypy==1.11.1 ; implementation_name == "cpython"
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
packaging==23.1
packaging==24.1
# via
# gunicorn
# pytest
Expand Down
Loading
0