Skip to content

Commit

Permalink
Merge pull request #890 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-cdaed38

chore: Upgrade Python requirements
  • Loading branch information
Cristhian Garcia authored Jul 8, 2024
2 parents cdaed38 + f22d0d4 commit 76cd6fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcrypt==4.1.3
# via -r requirements/base.in
cachetools==5.3.3
# via google-auth
certifi==2024.6.2
certifi==2024.7.4
# via
# kubernetes
# requests
Expand All @@ -25,7 +25,7 @@ click==8.1.7
# tutor
future==1.0.0
# via pyseeyou
google-auth==2.30.0
google-auth==2.31.0
# via kubernetes
idna==3.7
# via requests
Expand Down Expand Up @@ -95,7 +95,7 @@ toolz==0.12.1
# via pyseeyou
transifex-python==3.5.0
# via -r requirements/base.in
tutor==18.1.0
tutor==18.1.1
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cachetools==5.3.3
# via
# -r requirements/base.txt
# google-auth
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -56,7 +56,7 @@ future==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
google-auth==2.30.0
google-auth==2.31.0
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -123,7 +123,7 @@ mypy-extensions==1.0.0
# -r requirements/base.txt
# black
# mypy
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -169,7 +169,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pyinstaller==6.8.0
pyinstaller==6.9.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.7
# via pyinstaller
Expand Down Expand Up @@ -249,7 +249,7 @@ tqdm==4.66.4
# via shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==18.1.0
tutor==18.1.1
# via -r requirements/base.txt
twine==5.1.1
# via -r requirements/dev.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in

0 comments on commit 76cd6fb

Please sign in to comment.