Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
jansenk committed Mar 15, 2023
2 parents 34f2301 + 1aa0e58 commit 180d120
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
# via -r requirements/base.in
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
dogstatsd-python==0.5.6
# via -r requirements/base.in
idna==3.4
# via requests
newrelic==8.6.0
newrelic==8.7.0
# via -r requirements/base.in
path==16.6.0
# via path-py
Expand All @@ -24,5 +24,5 @@ requests==2.28.2
# via -r requirements/base.in
six==1.16.0
# via -r requirements/base.in
urllib3==1.26.14
urllib3==1.26.15
# via requests
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ certifi==2022.12.7
# via
# -r requirements/test.txt
# requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.1.0
coverage[toml]==7.2.1
# via
# -r requirements/ci.in
# -r requirements/test.txt
# pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/test.txt
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -39,7 +39,7 @@ iniconfig==2.0.0
# pytest
mock==5.0.1
# via -r requirements/test.txt
newrelic==8.6.0
newrelic==8.7.0
# via -r requirements/test.txt
packaging==23.0
# via
Expand All @@ -55,7 +55,7 @@ pluggy==1.0.0
# via
# -r requirements/test.txt
# pytest
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -70,7 +70,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/test.txt
# requests
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.38.4
wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r requirements/pip.in
setuptools==67.3.1
setuptools==67.6.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
wheel==0.38.4
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2022.12.7
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/base.txt
# requests
Expand All @@ -20,7 +20,7 @@ idna==3.4
# via
# -r requirements/base.txt
# requests
newrelic==8.6.0
newrelic==8.7.0
# via -r requirements/base.txt
path==16.6.0
# via
Expand All @@ -32,7 +32,7 @@ requests==2.28.2
# via -r requirements/base.txt
six==1.16.0
# via -r requirements/base.txt
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/base.txt
# requests
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ certifi==2022.12.7
# via
# -r requirements/production.txt
# requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/production.txt
# requests
coverage[toml]==7.1.0
coverage[toml]==7.2.1
# via pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/production.txt
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via pytest
idna==3.4
# via
Expand All @@ -30,7 +30,7 @@ iniconfig==2.0.0
# via pytest
mock==5.0.1
# via -r requirements/test.in
newrelic==8.6.0
newrelic==8.7.0
# via -r requirements/production.txt
packaging==23.0
# via pytest
Expand All @@ -42,7 +42,7 @@ path-py==12.5.0
# via -r requirements/production.txt
pluggy==1.0.0
# via pytest
pytest==7.2.1
pytest==7.2.2
# via pytest-cov
pytest-cov==4.0.0
# via -r requirements/test.in
Expand All @@ -54,7 +54,7 @@ tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/production.txt
# requests

0 comments on commit 180d120

Please sign in to comment.