Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Python Requirements Update #164

Merged
merged 1 commit into from
Jan 31, 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 @@ -12,5 +12,5 @@ idna==3.6
# via requests
requests==2.31.0
# via -r requirements/base.in
urllib3==2.1.0
urllib3==2.2.0
# via requests
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.1
# via -r requirements/test.in
dill==0.3.7
dill==0.3.8
# via pylint
exceptiongroup==1.2.0
# via pytest
Expand All @@ -40,15 +40,15 @@ packaging==23.2
# via pytest
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
pydocstyle==6.3.0
# via -r requirements/test.in
pylint==3.0.3
# via -r requirements/test.in
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -71,7 +71,7 @@ typing-extensions==4.9.0
# via
# astroid
# pylint
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/base.txt
# requests
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.4.0
coverage==7.4.1
# via -r requirements/tox.in
distlib==0.3.8
# via virtualenv
Expand All @@ -26,7 +26,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
Loading