Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #547

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading