Skip to content

Commit

Permalink
Python Requirements Update (#134)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

* chore: update version to 1.5.16

---------

Co-authored-by: Brian Citro <[email protected]>
  • Loading branch information
edx-requirements-bot and bcitro authored Nov 25, 2024
1 parent f67f602 commit aaf4820
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 18 deletions.
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.16]
********
* chore: Increase version to 1.5.16 for dependency updates.

[1.5.15]
********
* chore: Increase version to 1.5.15 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.15"
__version__ = "1.5.16"
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ edx-ccx-keys==1.3.0
# via openedx-events
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.in
# edx-drf-extensions
Expand All @@ -100,7 +100,7 @@ jsonfield2==4.0.0.post0
# via -r requirements/base.in
mysqlclient==2.2.6
# via -r requirements/base.in
newrelic==10.2.0
newrelic==10.3.0
# via edx-django-utils
openedx-events==9.14.1
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -159,7 +159,7 @@ edx-ccx-keys==1.3.0
# openedx-events
edx-django-release-util==1.4.0
# via -r requirements/quality.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/quality.txt
# edx-drf-extensions
Expand Down Expand Up @@ -238,7 +238,7 @@ mccabe==0.7.0
# pylint
mysqlclient==2.2.6
# via -r requirements/quality.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -436,7 +436,7 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.txt
coverage[toml]==7.6.1
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ edx-ccx-keys==1.3.0
# openedx-events
edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand Down Expand Up @@ -220,7 +220,7 @@ more-itertools==10.5.0
# jaraco-functools
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tomli==2.1.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools
zipp==3.20.2
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -126,7 +126,7 @@ edx-ccx-keys==1.3.0
# openedx-events
edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand Down Expand Up @@ -185,7 +185,7 @@ mccabe==0.7.0
# via pylint
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click==8.1.7
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.in
coverage[toml]==7.6.1
# via pytest-cov
Expand Down Expand Up @@ -112,7 +112,7 @@ edx-ccx-keys==1.3.0
# openedx-events
edx-django-release-util==1.4.0
# via -r requirements/base.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand Down Expand Up @@ -153,7 +153,7 @@ markupsafe==2.1.5
# via jinja2
mysqlclient==2.2.6
# via -r requirements/base.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit aaf4820

Please sign in to comment.