Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #157

Merged
merged 1 commit into from
Nov 20, 2023
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
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ 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

# 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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ packaging==23.2
# via
# -r requirements/test.txt
# pytest
platformdirs==4.0.0
# via pylint
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -104,7 +106,7 @@ tomli==2.0.1
# -r requirements/test.txt
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand Down
5 changes: 3 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via requests
chardet==5.2.0
# via
Expand Down Expand Up @@ -44,6 +44,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox
# virtualenv
Expand All @@ -64,7 +65,7 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tox.txt
urllib3==2.0.7
urllib3==2.1.0
# via requests
virtualenv==20.24.6
# via
Expand Down
Loading