Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
alangsto authored Oct 20, 2023
2 parents e1d44e2 + 075c23c commit 23b8d2f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
7 changes: 4 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.10.0
edx-drf-extensions==8.12.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -103,7 +103,7 @@ edx-opaque-keys==2.5.1
# -r requirements/base.in
# edx-drf-extensions
# edx-when
edx-rest-api-client==5.6.0
edx-rest-api-client==5.6.1
# via -r requirements/base.in
edx-when==2.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -131,7 +131,7 @@ pbr==5.11.1
# via stevedore
prompt-toolkit==3.0.39
# via click-repl
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
Expand All @@ -143,6 +143,7 @@ pyjwt[crypto]==2.8.0
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
pymongo==3.13.0
# via
# edx-opaque-keys
Expand Down
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -97,7 +97,7 @@ polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.4.2
# via rstcheck-core
Expand Down Expand Up @@ -165,7 +165,9 @@ tox==3.28.0
tox-battery==0.6.2
# via -r requirements/dev.in
typer[all]==0.9.0
# via rstcheck
# via
# rstcheck
# typer
typing-extensions==4.8.0
# via
# annotated-types
Expand Down
6 changes: 4 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pbr==5.11.1
# via stevedore
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.4.2
# via rstcheck-core
Expand Down Expand Up @@ -112,7 +112,9 @@ tomli==2.0.1
tomlkit==0.12.1
# via pylint
typer[all]==0.9.0
# via rstcheck
# via
# rstcheck
# typer
typing-extensions==4.8.0
# via
# annotated-types
Expand Down
13 changes: 8 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ click-plugins==1.1.1
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via pyjwt
ddt==1.6.0
Expand Down Expand Up @@ -96,7 +98,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.10.0
edx-drf-extensions==8.12.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -107,7 +109,7 @@ edx-opaque-keys==2.5.1
# -r requirements/base.in
# edx-drf-extensions
# edx-when
edx-rest-api-client==5.6.0
edx-rest-api-client==5.6.1
# via -r requirements/base.in
edx-when==2.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -138,7 +140,7 @@ jsonfield==3.1.0
# via celery
lazy==1.6
# via bok-choy
logilab-common==1.10.0
logilab-common==1.11.0
# via -r requirements/test.in
lxml==4.9.3
# via
Expand Down Expand Up @@ -168,7 +170,7 @@ pluggy==1.3.0
polib==1.2.0
# via edx-i18n-tools
# via click-repl
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
Expand All @@ -180,6 +182,7 @@ pyjwt[crypto]==2.8.0
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
pymongo==3.13.0
# via
# edx-opaque-keys
Expand Down

0 comments on commit 23b8d2f

Please sign in to comment.