Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Oct 16, 2023
1 parent bd622ba commit 789ca42
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
7 changes: 4 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.in
# edx-drf-extensions
edx-drf-extensions==8.10.0
edx-drf-extensions==8.11.1
# via edx-organizations
edx-opaque-keys==2.5.1
# via
Expand All @@ -73,16 +73,17 @@ newrelic==9.1.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
pillow==10.0.1
pillow==10.1.0
# via edx-organizations
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
Expand Down
14 changes: 8 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.4
# via
# -r requirements/quality.txt
# pyjwt
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via
Expand Down Expand Up @@ -114,7 +115,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/quality.txt
# edx-drf-extensions
edx-drf-extensions==8.10.0
edx-drf-extensions==8.11.1
# via
# -r requirements/quality.txt
# edx-organizations
Expand All @@ -135,7 +136,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==19.6.2
faker==19.10.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -199,7 +200,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pillow==10.0.1
pillow==10.1.0
# via
# -r requirements/quality.txt
# edx-organizations
Expand All @@ -220,15 +221,15 @@ pluggy==1.3.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/quality.txt
# edx-django-utils
py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.txt
pycparser==2.21
# via
Expand All @@ -243,6 +244,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
# pyjwt
pylint==2.17.7
# via
# -r requirements/quality.txt
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.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
12 changes: 7 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
# via
Expand Down Expand Up @@ -94,7 +95,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/test.txt
# edx-drf-extensions
edx-drf-extensions==8.10.0
edx-drf-extensions==8.11.1
# via
# -r requirements/test.txt
# edx-organizations
Expand All @@ -113,7 +114,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.6.2
faker==19.10.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -155,7 +156,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pillow==10.0.1
pillow==10.1.0
# via
# -r requirements/test.txt
# edx-organizations
Expand All @@ -165,11 +166,11 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via
Expand All @@ -182,6 +183,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
# pyjwt
pylint==2.17.7
# via
# edx-lint
Expand Down
13 changes: 8 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ click==8.1.7
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -79,7 +81,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-drf-extensions==8.10.0
edx-drf-extensions==8.11.1
# via
# -r requirements/base.txt
# edx-organizations
Expand All @@ -94,7 +96,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.6.2
faker==19.10.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand All @@ -118,13 +120,13 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
pillow==10.0.1
pillow==10.1.0
# via
# -r requirements/base.txt
# edx-organizations
pluggy==1.3.0
# via pytest
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -137,6 +139,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 789ca42

Please sign in to comment.