Skip to content

Commit

Permalink
Merge pull request #1133 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-3c3b144

Python Requirements Update
  • Loading branch information
alangsto authored Jun 22, 2023
2 parents 3c3b144 + 460347b commit 8dbada5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
7 changes: 3 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
celery==5.3.0
celery==5.3.1
# via
# -c requirements/constraints.txt
# event-tracking
Expand All @@ -40,7 +40,7 @@ click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
click-repl==0.3.0
# via celery
cryptography==41.0.1
# via pyjwt
Expand Down Expand Up @@ -114,7 +114,7 @@ idna==3.4
# via requests
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.3.0
kombu==5.3.1
# via celery
lxml==4.9.2
# via xblock
Expand Down Expand Up @@ -170,7 +170,6 @@ semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
# via
# click-repl
# edx-drf-extensions
# event-tracking
# fs
Expand Down
6 changes: 3 additions & 3 deletions requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.1.1
billiard==4.1.0
celery==5.3.0
celery==5.3.1
click==8.1.3
click-didyoumean==0.3.0
click-repl==0.2.0
kombu==5.3.0
click-repl==0.3.0
kombu==5.3.1
prompt-toolkit==3.0.38
vine==5.0.0
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.3
platformdirs==3.6.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -31,5 +31,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
# via stevedore
platformdirs==3.5.3
platformdirs==3.6.0
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -163,7 +163,7 @@ typing-extensions==4.6.3
# pydantic
# pylint
# rich
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
wheel==0.40.0
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.5.3
platformdirs==3.6.0
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand Down
3 changes: 1 addition & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ httpretty==1.1.4
# via -r requirements/test.in
idna==3.4
# via requests
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via logilab-common
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -232,7 +232,6 @@ semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
# via
# click-repl
# edx-drf-extensions
# event-tracking
# fs
Expand Down

0 comments on commit 8dbada5

Please sign in to comment.