Skip to content
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

Dependencies Update - Security Vulnerabilities fixed #8405

Closed
wants to merge 10 commits into from
14 changes: 7 additions & 7 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ coverage==7.5.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.3
cryptography==42.0.6
# via
# pyjwt
# trustme
Expand Down Expand Up @@ -82,7 +82,7 @@ gunicorn==22.0.0
# via -r requirements/base.in
identify==2.5.26
# via pre-commit
idna==3.4
idna==3.7
# via
# requests
# trustme
Expand All @@ -99,7 +99,7 @@ incremental==22.10.0
# via towncrier
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.4
# via
# sphinx
# towncrier
Expand All @@ -124,7 +124,7 @@ packaging==23.1
# gunicorn
# pytest
# sphinx
pillow==9.5.0
pillow==10.3.0
# via
# -c requirements/broken-projects.in
# blockdiag
Expand All @@ -142,7 +142,7 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
pydantic==1.10.12
pydantic==1.10.13
# via python-on-whales
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand Down Expand Up @@ -232,7 +232,7 @@ towncrier==23.11.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
tqdm==4.65.0
tqdm==4.66.3
# via python-on-whales
trustme==1.1.0 ; platform_machine != "i686"
# via -r requirements/test.in
Expand All @@ -247,7 +247,7 @@ typing-extensions==4.10.0
# typer
uritemplate==4.1.1
# via gidgethub
urllib3==2.0.4
urllib3==2.0.7
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ coverage==7.5.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.3
cryptography==42.0.6
# via
# pyjwt
# trustme
Expand All @@ -80,7 +80,7 @@ gunicorn==22.0.0
# via -r requirements/base.in
identify==2.5.26
# via pre-commit
idna==3.4
idna==3.7
# via
# requests
# trustme
Expand All @@ -97,7 +97,7 @@ incremental==22.10.0
# via towncrier
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.4
# via
# sphinx
# towncrier
Expand All @@ -121,7 +121,7 @@ packaging==23.1
# gunicorn
# pytest
# sphinx
pillow==9.5.0
pillow==10.3.0
# via
# -c requirements/broken-projects.in
# blockdiag
Expand All @@ -139,7 +139,7 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
pydantic==1.10.12
pydantic==1.10.13
# via python-on-whales
pygments==2.15.1
# via sphinx
Expand Down Expand Up @@ -224,7 +224,7 @@ towncrier==23.11.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
tqdm==4.65.0
tqdm==4.66.3
# via python-on-whales
trustme==1.1.0 ; platform_machine != "i686"
# via -r requirements/test.in
Expand All @@ -239,7 +239,7 @@ typing-extensions==4.10.0
# typer
uritemplate==4.1.1
# via gidgethub
urllib3==2.0.4
urllib3==2.0.7
# via requests
uvloop==0.19.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via
Expand Down