Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
Bump patch version for requirements
  • Loading branch information
edx-requirements-bot committed Dec 30, 2024
1 parent 9bb4151 commit 70de418
Show file tree
Hide file tree
Showing 9 changed files with 381 additions and 374 deletions.
2 changes: 1 addition & 1 deletion notices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
An edx-platform plugin which manages notices that must be acknowledged.
"""

__version__ = "0.14.55"
__version__ = "0.14.56"
30 changes: 15 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
asgiref==3.8.1
# via django
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==2.1.0
# via edx-toggles
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -46,7 +46,7 @@ django-simple-history==3.0.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -60,7 +60,7 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==7.0.0
edx-django-utils==7.1.0
# via
# edx-drf-extensions
# edx-toggles
Expand All @@ -72,19 +72,19 @@ edx-toggles==5.2.0
# via -r requirements/base.in
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.2.0
newrelic==10.4.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -100,9 +100,9 @@ requests==2.32.3
# via edx-drf-extensions
semantic-version==2.10.0
# via edx-drf-extensions
sqlparse==0.5.1
sqlparse==0.5.3
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -111,5 +111,5 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via edx-opaque-keys
urllib3==2.2.3
urllib3==2.3.0
# via requests
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
Loading

0 comments on commit 70de418

Please sign in to comment.