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

Merged
merged 1 commit into from
Mar 11, 2024
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ click==8.1.7
# tutor
future==1.0.0
# via pyseeyou
google-auth==2.28.1
google-auth==2.28.2
# via kubernetes
idna==3.6
# via requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via tutor
importlib-resources==6.1.2
importlib-resources==6.1.3
# via
# -r requirements/base.in
# tutor
Expand All @@ -41,7 +41,7 @@ kubernetes==29.0.0
# via tutor
markupsafe==2.1.5
# via jinja2
mypy==1.8.0
mypy==1.9.0
# via tutor
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -76,7 +76,7 @@ requests==2.31.0
# kubernetes
# requests-oauthlib
# transifex-python
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via kubernetes
rsa==4.9
# via google-auth
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ future==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.28.1
google-auth==2.28.2
# via
# -r requirements/base.txt
# kubernetes
idna==3.6
# via
# -r requirements/base.txt
# requests
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# -r requirements/base.txt
# keyring
# pyinstaller
# pyinstaller-hooks-contrib
# tutor
# twine
importlib-resources==6.1.2
importlib-resources==6.1.3
# via
# -r requirements/base.txt
# keyring
Expand Down Expand Up @@ -102,7 +102,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
mypy==1.8.0
mypy==1.9.0
# via
# -r requirements/base.txt
# tutor
Expand All @@ -120,7 +120,7 @@ oauthlib==3.2.2
# requests-oauthlib
openedx-atlas==0.6.0
# via -r requirements/base.txt
packaging==23.2
packaging==24.0
# via
# black
# pyinstaller
Expand Down Expand Up @@ -156,9 +156,9 @@ pygments==2.17.2
# via
# readme-renderer
# rich
pyinstaller==6.4.0
pyinstaller==6.5.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.2
pyinstaller-hooks-contrib==2024.3
# via pyinstaller
pylint==3.1.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -189,7 +189,7 @@ requests==2.31.0
# requests-toolbelt
# transifex-python
# twine
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand Down