Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 21, 2023
1 parent 6dc9000 commit f387ad7
Show file tree
Hide file tree
Showing 10 changed files with 406 additions and 320 deletions.
6 changes: 3 additions & 3 deletions requirements/celery53.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.2.0
billiard==4.2.0
celery==5.3.4
celery==5.3.5
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.3
prompt-toolkit==3.0.39
kombu==5.3.4
prompt-toolkit==3.0.41
vine==5.1.0
5 changes: 3 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ filelock==3.13.1
packaging==23.2
# via tox
platformdirs==3.11.0
# via virtualenv
# via
# -c requirements/common_constraints.txt
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
Expand All @@ -24,7 +26,6 @@ tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.24.6
Expand Down
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

# 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
Loading

0 comments on commit f387ad7

Please sign in to comment.