Skip to content

Commit

Permalink
Merge pull request #486 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-fb3efbb
  • Loading branch information
bmtcril authored Oct 23, 2023
2 parents fb3efbb + 7b7f77f commit 7c1ff59
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 @@ -16,7 +16,7 @@ certifi==2023.7.22
# via
# kubernetes
# requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand All @@ -35,7 +35,7 @@ kubernetes==28.1.0
# via tutor
markupsafe==2.1.3
# via jinja2
mypy==1.6.0
mypy==1.6.1
# via tutor
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -93,7 +93,7 @@ typing-extensions==4.8.0
# via
# mypy
# tutor
urllib3==1.26.17
urllib3==1.26.18
# via
# kubernetes
# requests
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# tutor
astroid==3.0.0
astroid==3.0.1
# via pylint
asttokens==2.4.0
# via
# -r requirements/base.txt
# transifex-python
bcrypt==4.0.1
# via -r requirements/base.txt
black==23.9.1
black==23.10.0
# via -r requirements/dev.in
cachetools==5.3.1
# via
Expand All @@ -31,7 +31,7 @@ certifi==2023.7.22
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -96,7 +96,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
mypy==1.6.0
mypy==1.6.1
# via
# -r requirements/base.txt
# tutor
Expand Down Expand Up @@ -153,7 +153,7 @@ pyinstaller==6.1.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2023.10
# via pyinstaller
pylint==3.0.1
pylint==3.0.2
# via -r requirements/dev.in
pyseeyou==1.0.2
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ typing-extensions==4.8.0
# pylint
# rich
# tutor
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/base.txt
# kubernetes
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in

0 comments on commit 7c1ff59

Please sign in to comment.