Skip to content

Commit

Permalink
chore: Updating Python Requirements (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 7, 2023
1 parent 2ebbcdf commit 430c0ca
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
alembic==1.11.3
alembic==1.12.0
# via dataset
banal==1.0.6
# via dataset
Expand Down Expand Up @@ -49,7 +49,7 @@ python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2023.3
pytz==2023.3.post1
# via pandas
six==1.16.0
# via python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gitdb==4.0.10
# via gitpython
github3-py==4.0.1
# via -r requirements/base.in
gitpython==3.1.32
gitpython==3.1.34
# via -r requirements/base.in
idna==3.4
# via requests
Expand Down Expand Up @@ -83,7 +83,7 @@ pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via github3-py
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/base.in
# pytest-logging
Expand Down
10 changes: 7 additions & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backports-csv==1.0.7
# via -r requirements/base.txt
bowler==0.9.0
# via -r requirements/base.txt
build==0.10.0
build==1.0.3
# via pip-tools
cachecontrol==0.13.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -88,12 +88,14 @@ gitdb==4.0.10
# gitpython
github3-py==4.0.1
# via -r requirements/base.txt
gitpython==3.1.32
gitpython==3.1.34
# via -r requirements/base.txt
idna==3.4
# via
# -r requirements/base.txt
# requests
importlib-metadata==6.8.0
# via build
iniconfig==2.0.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -176,7 +178,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand Down Expand Up @@ -280,6 +282,8 @@ wheel==0.41.2
# via pip-tools
wrapt==1.15.0
# via astroid
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in

0 comments on commit 430c0ca

Please sign in to comment.