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: python requirements update #4485

Merged
merged 1 commit into from
Nov 11, 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 requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jinja2==3.1.4
# via sphinx
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via
# pydata-sphinx-theme
# sphinx
Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.35.54
boto3==1.35.57
# via django-ses
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -441,7 +441,7 @@ google-api-core==2.22.0
# via google-api-python-client
google-api-python-client==2.151.0
# via -r requirements/base.in
google-auth==2.35.0
google-auth==2.36.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -859,7 +859,7 @@ tomlkit==0.13.2
# snowflake-connector-python
tox==4.0.0
# via -r requirements/test.in
tqdm==4.66.6
tqdm==4.67.0
# via
# openai
# semgrep
Expand Down Expand Up @@ -923,7 +923,7 @@ yarl==1.17.1
# via aiohttp
zeep==4.3.1
# via simple-salesforce
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# 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 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
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/course-discovery/course-discovery/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
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
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ beautifulsoup4==4.12.3
# taxonomy-connector
billiard==4.2.1
# via celery
boto3==1.35.54
boto3==1.35.57
# via django-ses
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -358,7 +358,7 @@ google-api-core==2.22.0
# via google-api-python-client
google-api-python-client==2.151.0
# via -r requirements/base.in
google-auth==2.35.0
google-auth==2.36.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -447,7 +447,7 @@ openedx-events==9.15.0
# edx-event-bus-kafka
# edx-event-bus-redis
# taxonomy-connector
packaging==24.1
packaging==24.2
# via
# django-nine
# drf-yasg
Expand Down Expand Up @@ -624,7 +624,7 @@ tinycss2==1.4.0
# cssselect2
tomlkit==0.13.2
# via snowflake-connector-python
tqdm==4.66.6
tqdm==4.67.0
# via openai
typing-extensions==4.12.2
# via
Expand Down Expand Up @@ -666,7 +666,7 @@ yarl==1.17.1
# via aiohttp
zeep==4.3.1
# via simple-salesforce
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down
Loading