Skip to content

Commit

Permalink
Pin proxy.py to 2.4.4rc4 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 3, 2023
1 parent 895afa8 commit da2e349
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
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/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
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 da2e349

Please sign in to comment.