Skip to content
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/base.txt --strip-extras requirements/base.in
#
aiodns==3.3.0 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.3.0
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.6.1
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -34,7 +34,7 @@ propcache==0.3.1
# via
# -r requirements/runtime-deps.in
# yarl
pycares==4.7.0
pycares==4.8.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/constraints.txt --resolver=backtracking --strip-extras requirements/constraints.in
#
aiodns==3.3.0 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.3.0
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -56,7 +56,7 @@ coverage==7.8.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.2
cryptography==44.0.3
# via
# pyjwt
# trustme
Expand Down Expand Up @@ -149,7 +149,7 @@ proxy-py==2.4.10
# via
# -r requirements/lint.in
# -r requirements/test.in
pycares==4.7.0
pycares==4.8.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/dev.txt --resolver=backtracking --strip-extras requirements/dev.in
#
aiodns==3.3.0 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.3.0
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -56,7 +56,7 @@ coverage==7.8.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.2
cryptography==44.0.3
# via
# pyjwt
# trustme
Expand Down Expand Up @@ -146,7 +146,7 @@ proxy-py==2.4.10
# via
# -r requirements/lint.in
# -r requirements/test.in
pycares==4.7.0
pycares==4.8.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cfgv==3.4.0
# via pre-commit
click==8.1.8
# via slotscheck
cryptography==44.0.2
cryptography==44.0.3
# via trustme
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -61,7 +61,7 @@ pre-commit==4.2.0
# via -r requirements/lint.in
proxy-py==2.4.10
# via -r requirements/lint.in
pycares==4.7.0
pycares==4.8.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/runtime-deps.txt --strip-extras requirements/runtime-deps.in
#
aiodns==3.3.0 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.3.0
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.6.1
# via -r requirements/runtime-deps.in
Expand All @@ -30,7 +30,7 @@ propcache==0.3.1
# via
# -r requirements/runtime-deps.in
# yarl
pycares==4.7.0
pycares==4.8.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
#
aiodns==3.3.0 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.3.0
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.6.1
# via -r requirements/runtime-deps.in
Expand All @@ -29,7 +29,7 @@ coverage==7.8.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.2
cryptography==44.0.3
# via trustme
exceptiongroup==1.2.2
# via pytest
Expand Down Expand Up @@ -77,7 +77,7 @@ propcache==0.3.1
# yarl
proxy-py==2.4.10
# via -r requirements/test.in
pycares==4.7.0
pycares==4.8.0
# via aiodns
pycparser==2.22
# via cffi
Expand Down
Loading