Skip to content

Commit

Permalink
Merge pull request openedx#237 from openedx/jenkins/upgrade-python-re…
Browse files Browse the repository at this point in the history
…quirements-42bd4ee

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Oct 5, 2022
2 parents 42bd4ee + 5e8a344 commit a3d132b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ code-annotations==1.3.0
# via edx-toggles
cryptography==38.0.1
# via djfernet
django==3.2.15
django==3.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -116,7 +116,7 @@ python-dateutil==2.8.2
# via -r requirements/base.in
python-slugify==6.1.2
# via code-annotations
pytz==2022.2.1
pytz==2022.4
# via
# -r requirements/base.in
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==2.1.1
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.4.4
coverage==6.5.0
# via codecov
distlib==0.3.6
# via virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ code-annotations==1.3.0
# edx-toggles
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.4.4
coverage[toml]==6.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -113,7 +113,7 @@ distlib==0.3.6
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.15
django==3.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -331,7 +331,7 @@ pytest==7.1.3
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==3.0.0
pytest-cov==4.0.0
# via -r requirements/quality.txt
pytest-django==4.5.2
# via -r requirements/quality.txt
Expand All @@ -343,7 +343,7 @@ python-slugify==6.1.2
# via
# -r requirements/quality.txt
# code-annotations
pytz==2022.2.1
pytz==2022.4
# via
# -r requirements/quality.txt
# celery
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ code-annotations==1.3.0
# edx-toggles
commonmark==0.9.1
# via rich
coverage[toml]==6.4.4
coverage[toml]==6.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -88,7 +88,7 @@ cryptography==38.0.1
# secretstorage
ddt==1.6.0
# via -r requirements/test.txt
django==3.2.15
django==3.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -164,7 +164,7 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==4.12.0
importlib-metadata==5.0.0
# via
# keyring
# twine
Expand Down Expand Up @@ -264,7 +264,7 @@ pytest==7.1.3
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==3.0.0
pytest-cov==4.0.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
Expand All @@ -276,7 +276,7 @@ python-slugify==6.1.2
# via
# -r requirements/test.txt
# code-annotations
pytz==2022.2.1
pytz==2022.4
# via
# -r requirements/test.txt
# babel
Expand All @@ -303,7 +303,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==12.5.1
rich==12.6.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ code-annotations==1.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==6.4.4
coverage[toml]==6.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -88,7 +88,7 @@ ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.5.1
# via pylint
django==3.2.15
django==3.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -252,7 +252,7 @@ pytest==7.1.3
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==3.0.0
pytest-cov==4.0.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
Expand All @@ -264,7 +264,7 @@ python-slugify==6.1.2
# via
# -r requirements/test.txt
# code-annotations
pytz==2022.2.1
pytz==2022.4
# via
# -r requirements/test.txt
# celery
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ code-annotations==1.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==6.4.4
coverage[toml]==6.5.0
# via pytest-cov
cryptography==38.0.1
# via
Expand Down Expand Up @@ -194,7 +194,7 @@ pytest==7.1.3
# via
# pytest-cov
# pytest-django
pytest-cov==3.0.0
pytest-cov==4.0.0
# via -r requirements/test.in
pytest-django==4.5.2
# via -r requirements/test.in
Expand All @@ -206,7 +206,7 @@ python-slugify==6.1.2
# via
# -r requirements/base.txt
# code-annotations
pytz==2022.2.1
pytz==2022.4
# via
# -r requirements/base.txt
# celery
Expand Down

0 comments on commit a3d132b

Please sign in to comment.