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

chore: Upgrade Python requirements #923

Merged
merged 1 commit into from
Aug 26, 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 @@ -27,11 +27,11 @@ future==1.0.0
# via pyseeyou
google-auth==2.34.0
# via kubernetes
idna==3.7
idna==3.8
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via tutor
importlib-resources==6.4.3
importlib-resources==6.4.4
# via
# -r requirements/base.in
# tutor
Expand All @@ -41,15 +41,15 @@ kubernetes==30.1.0
# via tutor
markupsafe==2.1.5
# via jinja2
mypy==1.11.1
mypy==1.11.2
# via tutor
mypy-extensions==1.0.0
# via mypy
oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
openedx-atlas==0.6.1
openedx-atlas==0.6.2
# via -r requirements/base.in
parsimonious==0.10.0
# via pyseeyou
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,25 @@ google-auth==2.34.0
# via
# -r requirements/base.txt
# kubernetes
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements/base.txt
# keyring
# tutor
# twine
importlib-resources==6.4.3
importlib-resources==6.4.4
# via
# -r requirements/base.txt
# tutor
isort==5.13.2
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
Expand Down Expand Up @@ -111,7 +111,7 @@ more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.11.1
mypy==1.11.2
# via
# -r requirements/base.txt
# tutor
Expand All @@ -127,7 +127,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# kubernetes
# requests-oauthlib
openedx-atlas==0.6.1
openedx-atlas==0.6.2
# via -r requirements/base.txt
packaging==24.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==73.0.1
# via -r requirements/pip.in