Skip to content

Commit

Permalink
Merge pull request #523 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-492690e

Python Requirements Update
  • Loading branch information
bmtcril authored Nov 20, 2023
2 parents 492690e + 1c7dd46 commit 3279728
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcrypt==4.0.1
# via -r requirements/base.in
cachetools==5.3.2
# via google-auth
certifi==2023.7.22
certifi==2023.11.17
# via
# kubernetes
# requests
Expand Down Expand Up @@ -85,7 +85,7 @@ toolz==0.12.0
# via pyseeyou
transifex-python==3.5.0
# via -r requirements/base.in
tutor==16.1.5
tutor==16.1.7
# via -r requirements/base.in
typing-extensions==4.8.0
# via
Expand Down
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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cachetools==5.3.2
# via
# -r requirements/base.txt
# google-auth
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -145,7 +145,7 @@ pycryptodome==3.19.0
# via
# -r requirements/base.txt
# tutor
pygments==2.16.1
pygments==2.17.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -190,7 +190,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
rsa==4.9
# via
Expand All @@ -210,15 +210,15 @@ tomli==2.0.1
# black
# mypy
# pylint
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
toolz==0.12.0
# via
# -r requirements/base.txt
# pyseeyou
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==16.1.5
tutor==16.1.7
# via -r requirements/base.txt
twine==4.0.2
# via -r requirements/dev.in
Expand Down

0 comments on commit 3279728

Please sign in to comment.