Skip to content

Commit

Permalink
Merge pull request #230 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-cb4dc3e

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 26, 2024
2 parents cb4dc3e + ce64cb9 commit 2d838ea
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ markupsafe==2.1.5
# via
# mako
# xblock
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
path==16.10.0
# via path-py
Expand Down Expand Up @@ -135,13 +135,13 @@ slumber==0.7.1
# via edx-bulk-grades
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
super-csv==3.1.0
# via edx-bulk-grades
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/tox.txt
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/tox.txt
# tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -87,7 +87,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -209,7 +209,7 @@ markupsafe==2.1.5
# xblock
mccabe==0.7.0
# via pylint
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -260,7 +260,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -290,7 +290,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -338,7 +338,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -367,7 +367,7 @@ tox==4.13.0
# via
# -r requirements/tox.in
# -r requirements/tox.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -390,7 +390,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -72,7 +72,7 @@ click-repl==0.3.0
# celery
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -170,7 +170,7 @@ markupsafe==2.1.5
# xblock
mccabe==0.7.0
# via pylint
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -202,7 +202,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -224,7 +224,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.0.1
pytest==8.0.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -270,7 +270,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -289,7 +289,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox

0 comments on commit 2d838ea

Please sign in to comment.