Skip to content

Commit

Permalink
Merge pull request #66 from openedx/repo-tools/upgrade-python-require…
Browse files Browse the repository at this point in the history
…ments-6c229fa

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Jul 1, 2024
2 parents 6c229fa + cdc54a5 commit 7f177af
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.7.3
pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -126,7 +126,7 @@ pyyaml==6.0.1
# code-annotations
# superset-api-client
# xblock
redis==5.0.6
redis==5.0.7
# via -r requirements/base.in
requests==2.32.3
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ coverage[toml]==7.5.4
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.0.0
diff-cover==9.1.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
model-bakery==1.18.1
model-bakery==1.18.2
# via
# -r requirements/quality.txt
# django-mock-queries
Expand Down Expand Up @@ -306,7 +306,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -326,7 +326,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -373,7 +373,7 @@ pyyaml==6.0.1
# responses
# superset-api-client
# xblock
redis==5.0.6
redis==5.0.7
# via -r requirements/quality.txt
requests==2.32.3
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ markupsafe==2.1.5
# xblock
mdurl==0.1.2
# via markdown-it-py
model-bakery==1.18.1
model-bakery==1.18.2
# via
# -r requirements/test.txt
# django-mock-queries
Expand Down Expand Up @@ -242,7 +242,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
pluggy==1.5.0
# via
Expand Down Expand Up @@ -270,7 +270,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -312,7 +312,7 @@ pyyaml==6.0.1
# xblock
readme-renderer==43.0
# via twine
redis==5.0.6
redis==5.0.7
# via -r requirements/test.txt
requests==2.32.3
# via
Expand Down Expand Up @@ -395,7 +395,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
twine==5.1.0
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==70.1.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ markupsafe==2.1.5
# xblock
mccabe==0.7.0
# via pylint
model-bakery==1.18.1
model-bakery==1.18.2
# via
# -r requirements/test.txt
# django-mock-queries
Expand Down Expand Up @@ -230,7 +230,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand All @@ -244,7 +244,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -281,7 +281,7 @@ pyyaml==6.0.1
# responses
# superset-api-client
# xblock
redis==5.0.6
redis==5.0.7
# via -r requirements/test.txt
requests==2.32.3
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
model-bakery==1.18.1
model-bakery==1.18.2
# via django-mock-queries
newrelic==9.11.0
# via
Expand Down Expand Up @@ -183,7 +183,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -219,7 +219,7 @@ pyyaml==6.0.1
# responses
# superset-api-client
# xblock
redis==5.0.6
redis==5.0.7
# via -r requirements/base.txt
requests==2.32.3
# via
Expand Down

0 comments on commit 7f177af

Please sign in to comment.