Skip to content
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 @@ -14,6 +14,10 @@ Change Log
Unreleased
**********

[2.0.12]
********
* chore: Update Python Requirements

[2.0.11]
********
* chore: Update Python Requirements
Expand Down
2 changes: 1 addition & 1 deletion edx_enterprise_subsidy_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Client for interacting with the enterprise-subsidy service..
"""

__version__ = '2.0.11'
__version__ = '2.0.12'

from .client import EnterpriseSubsidyAPIClient, EnterpriseSubsidyAPIClientV2, get_enterprise_subsidy_api_client
12 changes: 5 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
asgiref==3.9.1
# via django
certifi==2025.7.14
certifi==2025.8.3
# via requests
cffi==1.17.1
# via pynacl
charset-normalizer==3.4.2
charset-normalizer==3.4.3
# via requests
click==8.2.1
# via edx-django-utils
django==4.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-crum
# django-waffle
# edx-django-utils
Expand Down Expand Up @@ -46,10 +46,8 @@ sqlparse==0.5.3
# via django
stevedore==5.4.1
# via edx-django-utils
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
urllib3==2.5.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.28.3
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.32.0
virtualenv==20.33.1
# via tox
Loading