Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 12, 2024
1 parent 624a6fb commit 1c6fc4e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ requests==2.32.3
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -335,7 +335,7 @@ text-unidecode==1.3
# via python-slugify
threadpoolctl==3.5.0
# via scikit-learn
tqdm==4.66.6
tqdm==4.67.0
# via openai
typing-extensions==4.12.2
# via
Expand All @@ -360,7 +360,7 @@ wcwidth==0.2.13
# via prompt-toolkit
xlsxwriter==3.2.0
# via -r requirements/base.in
zipp==3.20.2
zipp==3.21.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ openai==1.13.3
# -c requirements/constraints.txt
# -r requirements/quality.txt
# -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -687,7 +687,7 @@ responses==0.25.3
# via
# -r requirements/dev.in
# -r requirements/test.txt
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -782,7 +782,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/test.txt
tqdm==4.66.6
tqdm==4.67.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -829,15 +829,15 @@ wcwidth==0.2.13
# -r requirements/quality.txt
# -r requirements/test.txt
# prompt-toolkit
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
xlsxwriter==3.2.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ openai==1.13.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pyproject-api
Expand Down Expand Up @@ -542,7 +542,7 @@ responses==0.25.3
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -637,7 +637,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/test.txt
tqdm==4.66.6
tqdm==4.67.0
# via
# -r requirements/test.txt
# openai
Expand Down Expand Up @@ -680,7 +680,7 @@ wcwidth==0.2.13
# prompt-toolkit
xlsxwriter==3.2.0
# via -r requirements/test.txt
zipp==3.20.2
zipp==3.21.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/enterprise-catalog/enterprise-catalog/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ oauthlib==3.2.2
# social-auth-core
openai==1.13.3
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via gunicorn
pbr==6.1.0
# via
Expand Down Expand Up @@ -383,7 +383,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -447,7 +447,7 @@ threadpoolctl==3.5.0
# via
# -r requirements/base.txt
# scikit-learn
tqdm==4.66.6
tqdm==4.67.0
# via
# -r requirements/base.txt
# openai
Expand Down Expand Up @@ -483,7 +483,7 @@ wcwidth==0.2.13
# prompt-toolkit
xlsxwriter==3.2.0
# via -r requirements/base.txt
zipp==3.20.2
zipp==3.21.0
# via -r requirements/base.txt
zope-event==5.0
# via gevent
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -491,7 +491,7 @@ threadpoolctl==3.5.0
# scikit-learn
tomlkit==0.13.2
# via pylint
tqdm==4.66.6
tqdm==4.67.0
# via
# -r requirements/base.txt
# openai
Expand Down Expand Up @@ -527,7 +527,7 @@ wcwidth==0.2.13
# prompt-toolkit
xlsxwriter==3.2.0
# via -r requirements/base.txt
zipp==3.20.2
zipp==3.21.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ openai==1.13.3
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
packaging==24.1
packaging==24.2
# via
# pyproject-api
# pytest
Expand Down Expand Up @@ -469,7 +469,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.3
# via -r requirements/test.in
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -538,7 +538,7 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/test.in
tqdm==4.66.6
tqdm==4.67.0
# via
# -r requirements/base.txt
# openai
Expand Down Expand Up @@ -578,7 +578,7 @@ wcwidth==0.2.13
# prompt-toolkit
xlsxwriter==3.2.0
# via -r requirements/base.txt
zipp==3.20.2
zipp==3.21.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ openai==1.13.3
# -c requirements/constraints.txt
# -r requirements/quality.txt
# -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pyproject-api
Expand Down Expand Up @@ -628,7 +628,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.3
# via -r requirements/test.txt
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -722,7 +722,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/test.txt
tqdm==4.66.6
tqdm==4.67.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -773,7 +773,7 @@ xlsxwriter==3.2.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 1c6fc4e

Please sign in to comment.