Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 1, 2024
1 parent ea665db commit 6fb30c8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion edx_repo_tools/audit_gh_users/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
click==8.1.7
# via -r edx_repo_tools/audit_gh_users/extra.in
fastcore==1.5.54
fastcore==1.6.1
# via ghapi
ghapi==1.0.5
# via -r edx_repo_tools/audit_gh_users/extra.in
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
sqlalchemy==1.4.52
sqlalchemy==1.4.53
# via
# alembic
# dataset
Expand Down
4 changes: 2 additions & 2 deletions edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ pygments==2.18.0
# via rich
requests==2.32.3
# via -r edx_repo_tools/find_dependencies/extra.in
requirements-parser==0.10.1
requirements-parser==0.10.2
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.7.1
# via -r edx_repo_tools/find_dependencies/extra.in
types-setuptools==71.1.0.20240723
types-setuptools==71.1.0.20240726
# via requirements-parser
urllib3==2.2.2
# via requests
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r edx_repo_tools/repo_checks/extra.in
fastcore==1.5.54
fastcore==1.6.1
# via ghapi
ghapi==1.0.5
# via -r edx_repo_tools/repo_checks/extra.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==17.0.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
Expand All @@ -90,7 +90,7 @@ pyjwt[crypto]==2.8.0
# via github3-py
pyproject-api==1.7.1
# via tox
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/base.in
# pytest-logging
Expand Down
4 changes: 2 additions & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==17.0.0
# via
# -r requirements/base.txt
# path-py
Expand Down Expand Up @@ -186,7 +186,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/base.txt
# -r requirements/development.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.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.1.0
setuptools==72.1.0
# via -r requirements/pip.in

0 comments on commit 6fb30c8

Please sign in to comment.