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
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Unreleased
**********
* Nothing unreleased

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

[1.6.13]
*******
* chore: Upgrade Python requirements
* fix: Convert UUIDField columns to uuid type for MariaDB

[1.6.12]
*******
* chore: Increase version to 1.6.12 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.6.12"
__version__ = "1.6.13"
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via edx-django-utils
cryptography==46.0.2
cryptography==46.0.3
# via pyjwt
django==4.2.25
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ openedx-events==10.5.0
# via -r requirements/base.in
ply==3.11
# via djangoql
psutil==7.1.0
psutil==7.1.1
# via edx-django-utils
pycparser==2.23
# via cffi
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/quality.txt
# requests
Expand All @@ -64,11 +64,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -188,7 +188,7 @@ idna==3.11
# via
# -r requirements/quality.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -255,7 +255,7 @@ ply==3.11
# djangoql
polib==1.2.0
# via edx-i18n-tools
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/test.txt
# requests
Expand All @@ -44,11 +44,11 @@ click==8.3.0
# edx-django-utils
code-annotations==2.3.0
# via -r requirements/test.txt
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -160,7 +160,7 @@ idna==3.11
# requests
imagesize==1.4.1
# via sphinx
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -218,7 +218,7 @@ ply==3.11
# via
# -r requirements/test.txt
# djangoql
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/test.txt
# requests
Expand All @@ -42,11 +42,11 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -148,7 +148,7 @@ idna==3.11
# via
# -r requirements/test.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -187,7 +187,7 @@ ply==3.11
# via
# -r requirements/test.txt
# djangoql
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cffi==2.0.0
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/base.txt
# requests
Expand All @@ -32,9 +32,9 @@ click==8.3.0
# edx-django-utils
code-annotations==2.3.0
# via -r requirements/test.in
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -129,7 +129,7 @@ idna==3.11
# via
# -r requirements/base.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
jinja2==3.1.6
# via code-annotations
Expand All @@ -151,7 +151,7 @@ ply==3.11
# via
# -r requirements/base.txt
# djangoql
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down