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

Python Requirements Update #153

Closed
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.4
# via requests
requests==2.31.0
# via -r requirements/base.in
urllib3==2.0.7
urllib3==2.1.0
# via requests
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
8 changes: 5 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand All @@ -39,7 +39,9 @@ mccabe==0.7.0
packaging==23.2
# via pytest
platformdirs==3.11.0
# via pylint
# via
# -c requirements/common_constraints.txt
# pylint
pluggy==1.3.0
# via pytest
pycodestyle==2.11.1
Expand Down Expand Up @@ -71,7 +73,7 @@ typing-extensions==4.8.0
# via
# astroid
# pylint
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/base.txt
# requests
27 changes: 18 additions & 9 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#
# make upgrade
#
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.3.2
# via -r requirements/tox.in
distlib==0.3.7
Expand All @@ -13,20 +19,23 @@ filelock==3.13.1
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
# pyproject-api
# tox
tox==4.11.3
# via -r requirements/tox.in
virtualenv==20.24.6
# via tox
Loading