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

Python Requirements Update #520

Merged
merged 1 commit into from
May 23, 2024
Merged
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.35
fastcore==1.5.38
# 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 @@ -65,7 +65,7 @@ typing-extensions==4.11.0
# via alembic
tzdata==2024.1
# via pandas
zipp==3.18.1
zipp==3.18.2
# 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 @@ -16,7 +16,7 @@ mdurl==0.1.2
# via markdown-it-py
pygments==2.18.0
# via rich
requests==2.31.0
requests==2.32.2
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.7.1
# via -r edx_repo_tools/find_dependencies/extra.in
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ greenlet==3.0.3
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.43.0
playwright==1.44.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.1.0
# via playwright
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 @@ -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.35
fastcore==1.5.38
# via ghapi
ghapi==1.0.5
# via -r edx_repo_tools/repo_checks/extra.in
Expand All @@ -24,7 +24,7 @@ packaging==24.0
# ghapi
pyyaml==6.0.1
# via -r edx_repo_tools/repo_checks/extra.in
requests==2.31.0
requests==2.32.2
# via -r edx_repo_tools/repo_checks/extra.in
urllib3==2.2.1
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pyjwt[crypto]==2.8.0
# via github3-py
pyproject-api==1.6.1
# via tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/base.in
# pytest-logging
Expand All @@ -109,7 +109,7 @@ python-dotenv==1.0.1
# via -r requirements/base.in
pyyaml==6.0.1
# via -r requirements/base.in
requests==2.31.0
requests==2.32.2
# via
# -r requirements/base.in
# cachecontrol
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==3.2.0
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -172,7 +172,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# github3-py
pylint==3.2.0
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand All @@ -194,7 +194,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand All @@ -220,7 +220,7 @@ pyyaml==6.0.1
# -r requirements/base.txt
# code-annotations
# responses
requests==2.31.0
requests==2.32.2
# via
# -r requirements/base.txt
# cachecontrol
Expand Down Expand Up @@ -289,7 +289,7 @@ volatile==2.1.0
# bowler
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
Loading