Skip to content

Commit

Permalink
Merge pull request #94 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-4b16aa9

Python Requirements Update
  • Loading branch information
jansenk authored Dec 5, 2022
2 parents 4b16aa9 + 598f196 commit a635161
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
Expand All @@ -16,13 +16,13 @@ idna==3.4
# via requests
newrelic==8.4.0
# via -r requirements/base.in
path==16.5.0
path==16.6.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
requests==2.28.1
# via -r requirements/base.in
six==1.16.0
# via -r requirements/base.in
urllib3==1.26.12
urllib3==1.26.13
# via requests
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
Expand All @@ -25,7 +25,7 @@ coverage[toml]==6.5.0
# pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/test.txt
exceptiongroup==1.0.0
exceptiongroup==1.0.4
# via
# -r requirements/test.txt
# pytest
Expand All @@ -45,7 +45,7 @@ packaging==21.3
# via
# -r requirements/test.txt
# pytest
path==16.5.0
path==16.6.0
# via
# -r requirements/test.txt
# path-py
Expand Down Expand Up @@ -74,7 +74,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
urllib3==1.26.12
urllib3==1.26.13
# via
# -r requirements/test.txt
# requests
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.37.1
wheel==0.38.4
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.3
pip==22.3.1
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ packaging==21.3
# via build
pep517==0.13.0
# via build
pip-tools==6.9.0
pip-tools==6.11.0
# via -r requirements/pip_tools.in
pyparsing==3.0.9
# via packaging
tomli==2.0.1
# via
# build
# pep517
wheel==0.37.1
wheel==0.38.4
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
Expand All @@ -22,7 +22,7 @@ idna==3.4
# requests
newrelic==8.4.0
# via -r requirements/base.txt
path==16.5.0
path==16.6.0
# via
# -r requirements/base.txt
# path-py
Expand All @@ -32,7 +32,7 @@ requests==2.28.1
# via -r requirements/base.txt
six==1.16.0
# via -r requirements/base.txt
urllib3==1.26.12
urllib3==1.26.13
# via
# -r requirements/base.txt
# requests
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
Expand All @@ -20,7 +20,7 @@ coverage[toml]==6.5.0
# via pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/production.txt
exceptiongroup==1.0.0
exceptiongroup==1.0.4
# via pytest
idna==3.4
# via
Expand All @@ -34,7 +34,7 @@ newrelic==8.4.0
# via -r requirements/production.txt
packaging==21.3
# via pytest
path==16.5.0
path==16.6.0
# via
# -r requirements/production.txt
# path-py
Expand All @@ -56,7 +56,7 @@ tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.12
urllib3==1.26.13
# via
# -r requirements/production.txt
# requests

0 comments on commit a635161

Please sign in to comment.