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

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