Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
mumarkhan999 authored Feb 2, 2023
2 parents 94f7801 + 6b5bb26 commit 9aaaac1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ contourpy==1.0.7
# via matplotlib
cycler==0.11.0
# via matplotlib
dataset==1.5.2
dataset==1.6.0
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.38.0
# via matplotlib
greenlet==2.0.1
greenlet==2.0.2
# via sqlalchemy
importlib-metadata==6.0.0
# via alembic
Expand Down Expand Up @@ -55,7 +55,7 @@ sqlalchemy==1.4.46
# via
# alembic
# dataset
zipp==3.11.0
zipp==3.12.0
# 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 @@ -18,7 +18,7 @@ pygments==2.14.0
# via rich
requests==2.28.2
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.2.0
rich==13.3.1
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.4.0
# via rich
Expand Down
10 changes: 5 additions & 5 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.13.3
astroid==2.14.1
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -129,7 +129,7 @@ iniconfig==2.0.0
# via
# -r requirements/base.txt
# pytest
isort==5.11.4
isort==5.12.0
# via pylint
itemadapter==0.7.0
# via
Expand Down Expand Up @@ -202,7 +202,7 @@ pbr==5.11.1
# via stevedore
pep8==1.7.1
# via -r requirements/development.in
pip-tools==6.12.1
pip-tools==6.12.2
# via -r requirements/development.in
platformdirs==2.6.2
# via
Expand Down Expand Up @@ -243,7 +243,7 @@ pyjwt[crypto]==2.6.0
# via
# -r requirements/base.txt
# github3-py
pylint==2.15.10
pylint==2.16.0
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -281,7 +281,7 @@ python-dateutil==2.8.2
# github3-py
python-dotenv==0.21.1
# via -r requirements/base.txt
python-slugify==7.0.0
python-slugify==8.0.0
# via code-annotations
pyyaml==6.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.1
pip-tools==6.12.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down

0 comments on commit 9aaaac1

Please sign in to comment.