Skip to content

Commit

Permalink
Merge pull request #416 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-2ac12e7

Python Requirements Update
  • Loading branch information
mumarkhan999 authored Jul 13, 2023
2 parents 2ac12e7 + e211e52 commit 4e569d9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
dataset==1.6.0
dataset==1.6.2
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.40.0
fonttools==4.41.0
# via matplotlib
greenlet==2.0.2
# via sqlalchemy
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via alembic
importlib-resources==5.12.0
importlib-resources==6.0.0
# via
# alembic
# matplotlib
Expand Down Expand Up @@ -63,7 +63,7 @@ typing-extensions==4.7.1
# via alembic
tzdata==2023.3
# via pandas
zipp==3.15.0
zipp==3.16.1
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
idna==3.4
# via requests
Expand Down
4 changes: 2 additions & 2 deletions edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cache-to-disk==2.0.0
# via -r edx_repo_tools/repo_checks/extra.in
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via -r edx_repo_tools/repo_checks/extra.in
fastcore==1.5.29
# via ghapi
Expand Down
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# -r requirements/base.in
# bowler
# moreorless
constantly==15.1.0
# via twisted
cryptography==41.0.1
cryptography==41.0.2
# via
# pyjwt
# pyopenssl
Expand All @@ -51,7 +51,7 @@ docutils==0.20.1
# via statistics
exceptiongroup==1.1.2
# via pytest
execnet==1.9.0
execnet==2.0.2
# via pytest-xdist
filelock==3.12.2
# via
Expand All @@ -64,7 +64,7 @@ gitdb==4.0.10
# via gitpython
github3-py==4.0.1
# via -r requirements/base.in
gitpython==3.1.31
gitpython==3.1.32
# via -r requirements/base.in
hyperlink==21.0.0
# via twisted
Expand Down Expand Up @@ -117,11 +117,11 @@ parsel==1.8.1
# via
# itemloaders
# scrapy
path==16.6.0
path==16.7.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==3.8.0
platformdirs==3.8.1
# via virtualenv
pluggy==1.2.0
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fissix
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -39,11 +39,11 @@ cffi==1.15.1
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/base.txt
# bowler
Expand All @@ -60,7 +60,7 @@ constantly==15.1.0
# via
# -r requirements/base.txt
# twisted
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -88,7 +88,7 @@ exceptiongroup==1.1.2
# via
# -r requirements/base.txt
# pytest
execnet==1.9.0
execnet==2.0.2
# via
# -r requirements/base.txt
# pytest-xdist
Expand All @@ -108,7 +108,7 @@ gitdb==4.0.10
# gitpython
github3-py==4.0.1
# via -r requirements/base.txt
gitpython==3.1.31
gitpython==3.1.32
# via -r requirements/base.txt
hyperlink==21.0.0
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ parsel==1.8.1
# -r requirements/base.txt
# itemloaders
# scrapy
path==16.6.0
path==16.7.1
# via
# -r requirements/base.txt
# path-py
Expand All @@ -204,7 +204,7 @@ pep8==1.7.1
# via -r requirements/development.in
pip-tools==6.14.0
# via -r requirements/development.in
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/base.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down

0 comments on commit 4e569d9

Please sign in to comment.