Skip to content

Commit

Permalink
Restore proxy.py to 2.4.4rc4 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 1, 2023
1 parent e6e90e8 commit 62a10ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/constraints.txt --resolver=backtracking --strip-extras requirements/constraints.in
# pip-compile --allow-unsafe --output-file=requirements/constraints.txt --strip-extras requirements/constraints.in
#
aiodns==3.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -128,7 +128,7 @@ pluggy==1.2.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
proxy-py==2.4.3
proxy-py==2.4.4rc4
# via -r requirements/test.in
pycares==4.3.0
# via aiodns
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

coverage
mypy; implementation_name == "cpython"
proxy.py
proxy.py==2.4.4rc4
pytest
pytest-cov
pytest-mock
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
# pip-compile --allow-unsafe --output-file=requirements/test.txt --strip-extras requirements/test.in
#
aiodns==3.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -59,7 +59,7 @@ packaging==23.1
# pytest
pluggy==1.2.0
# via pytest
proxy-py==2.4.3
proxy-py==2.4.4rc4
# via -r requirements/test.in
pycares==4.3.0
# via aiodns
Expand Down

0 comments on commit 62a10ee

Please sign in to comment.