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 #2326

Merged
merged 1 commit into from
Feb 3, 2025
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
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Unreleased
----------
* nothing unreleased

[5.6.8]
--------
* chore: Upgrade Python requirements

[5.6.7]
--------
* fix: gracefully handle case where intention has no related catalogs
Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "5.6.7"
__version__ = "5.6.8"
13 changes: 7 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ attrs==25.1.0
# aiohttp
# openedx-events
# pytest
babel==2.16.0
babel==2.17.0
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/doc.txt
# pydata-sphinx-theme
Expand All @@ -78,7 +78,7 @@ bcrypt==4.2.1
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
# paramiko
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/doc.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -192,7 +192,7 @@ defusedxml==0.7.1
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
# djangorestframework-xml
diff-cover==9.2.1
diff-cover==9.2.2
# via -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -408,7 +408,7 @@ factory-boy==3.3.1
# -c /home/runner/work/edx-enterprise/edx-enterprise/requirements/constraints.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/doc.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
faker==35.0.0
faker==35.2.0
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/doc.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
Expand Down Expand Up @@ -461,7 +461,7 @@ iniconfig==2.0.0
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/doc.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/dev.in
# pylint
Expand Down Expand Up @@ -675,7 +675,7 @@ pyjwt[crypto]==2.10.1
# edx-drf-extensions
# edx-rest-api-client
# snowflake-connector-python
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -925,6 +925,7 @@ typing-extensions==4.12.2
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/doc.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test.txt
# beautifulsoup4
# django-countries
# edx-opaque-keys
# faker
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ attrs==25.1.0
# aiohttp
# openedx-events
# pytest
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
bcrypt==4.2.1
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# paramiko
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via pydata-sphinx-theme
billiard==4.2.1
# via
Expand Down Expand Up @@ -248,7 +248,7 @@ factory-boy==3.3.1
# via
# -c /home/runner/work/edx-enterprise/edx-enterprise/requirements/constraints.txt
# -r requirements/doc.in
faker==35.0.0
faker==35.2.0
# via factory-boy
fastavro==1.10.0
# via
Expand Down Expand Up @@ -515,6 +515,7 @@ tqdm==4.67.1
typing-extensions==4.12.2
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# beautifulsoup4
# django-countries
# edx-opaque-keys
# faker
Expand Down
6 changes: 3 additions & 3 deletions requirements/edx-platform-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ drf-yasg==1.21.8
# via
# django-user-tasks
# edx-api-doc-tools
edx-ace==1.11.3
edx-ace==1.11.4
# via -r requirements/edx/kernel.in
edx-api-doc-tools==2.0.0
# via
Expand Down Expand Up @@ -455,7 +455,7 @@ edx-drf-extensions==10.5.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==5.6.5
edx-enterprise==5.6.7
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -811,7 +811,7 @@ openedx-filters==1.12.0
# ora2
openedx-forum==0.1.6
# via -r requirements/edx/kernel.in
openedx-learning==0.18.1
openedx-learning==0.18.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/js_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.12.14
certifi==2025.1.31
# via selenium
cheroot==10.0.1
# via cherrypy
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defusedxml==0.7.1
# via
# -r /home/runner/work/edx-enterprise/edx-enterprise/requirements/test-master.txt
# djangorestframework-xml
diff-cover==9.2.1
diff-cover==9.2.2
# via -r requirements/test.in
# via
# -c /home/runner/work/edx-enterprise/edx-enterprise/requirements/common_constraints.txt
Expand Down Expand Up @@ -230,7 +230,7 @@ factory-boy==3.3.1
# via
# -c /home/runner/work/edx-enterprise/edx-enterprise/requirements/constraints.txt
# -r requirements/test.in
faker==35.0.0
faker==35.2.0
# via factory-boy
fastavro==1.10.0
# via
Expand Down