Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 19, 2023
1 parent f26066c commit 4f7786d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pbr==6.0.0
# via stevedore
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage==7.3.2
coverage==7.3.3
# via -r requirements/github.in
distlib==0.3.8
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -212,7 +212,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.1
isort==5.13.2
# via
# -r requirements/test.txt
# pylint
Expand All @@ -236,7 +236,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/local.in
newrelic==9.3.0
# via
Expand Down Expand Up @@ -286,7 +286,7 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/production.in
newrelic==9.3.0
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.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 @@ -47,7 +47,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -168,7 +168,7 @@ idna==3.6
# requests
iniconfig==2.0.0
# via pytest
isort==5.13.1
isort==5.13.2
# via pylint
jinja2==3.1.2
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit 4f7786d

Please sign in to comment.