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

Python Requirements Update #109

Merged
merged 2 commits into from
Aug 19, 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
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Unreleased
**********
* Nothing unreleased

[1.5.7]
*******
* chore: Increase version to 1.5.7 for dependency updates.

[1.5.6]
*******
* chore: Increase version to 1.5.5 for dependency updates.
Expand Down
2 changes: 1 addition & 1 deletion openedx_ledger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
A library that records transactions against a ledger, denominated in units of value.
"""
__version__ = "1.5.6"
__version__ = "1.5.7"
13 changes: 11 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
asgiref==3.8.1
# via django
async-timeout==4.0.3
# via redis
attrs==24.2.0
# via openedx-events
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
# djangorestframework
certifi==2024.7.4
# via requests
cffi==1.17.0
Expand Down Expand Up @@ -137,7 +144,9 @@ stevedore==5.2.0
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.12.2
# via edx-opaque-keys
# via
# asgiref
# edx-opaque-keys
urllib3==2.2.2
# via requests

Expand Down
10 changes: 7 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,7 +28,11 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.17.1
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
47 changes: 42 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -13,15 +13,25 @@ astroid==3.2.4
# -r requirements/quality.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/quality.txt
# redis
attrs==24.2.0
# via
# -r requirements/quality.txt
# openedx-events
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# django
# djangorestframework
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -170,7 +180,11 @@ edx-opaque-keys[django]==2.10.0
# openedx-events
edx-rbac==1.9.0
# via -r requirements/quality.txt
factory-boy==3.3.0
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
factory-boy==3.3.1
# via -r requirements/quality.txt
faker==27.0.0
# via
Expand All @@ -189,6 +203,10 @@ idna==3.7
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.2.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -378,16 +396,31 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomlkit==0.13.0
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
# astroid
# edx-opaque-keys
# pylint
urllib3==2.2.2
# via
# -r requirements/quality.txt
Expand All @@ -400,6 +433,10 @@ wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.20.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
69 changes: 52 additions & 17 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
accessible-pygments==0.0.5
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==1.0.0
alabaster==0.7.13
# via sphinx
asgiref==3.8.1
# via
# -r requirements/test.txt
# django
async-timeout==4.0.3
# via
# -r requirements/test.txt
# redis
attrs==24.2.0
# via
# -r requirements/test.txt
Expand All @@ -20,6 +24,14 @@ babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
# djangorestframework
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.1
Expand Down Expand Up @@ -109,7 +121,7 @@ dnspython==2.6.1
# pymongo
doc8==1.1.1
# via -r requirements/doc.in
docutils==0.20.1
docutils==0.19
# via
# doc8
# pydata-sphinx-theme
Expand Down Expand Up @@ -143,7 +155,11 @@ edx-opaque-keys[django]==2.10.0
# openedx-events
edx-rbac==1.9.0
# via -r requirements/test.txt
factory-boy==3.3.0
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.1
# via -r requirements/test.txt
faker==27.0.0
# via
Expand All @@ -160,7 +176,13 @@ idna==3.7
imagesize==1.4.1
# via sphinx
importlib-metadata==8.2.0
# via twine
# via
# build
# keyring
# sphinx
# twine
importlib-resources==6.4.3
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -235,7 +257,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -278,7 +300,9 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
pytz==2024.1
# via -r requirements/test.txt
# via
# -r requirements/test.txt
# babel
pyyaml==6.0.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -320,26 +344,26 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==6.2.1
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
sphinx-book-theme==1.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.5.1
# via
Expand All @@ -356,20 +380,31 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/test.txt
# build
# coverage
# doc8
# pytest
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# edx-opaque-keys
# pydata-sphinx-theme
# rich
urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
# twine
zipp==3.20.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
10 changes: 9 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,8 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.2.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +18,14 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==72.2.0
# via -r requirements/pip.in
Loading
Loading