Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #851 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…472c19b

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Nov 3, 2021
2 parents 472c19b + e52d48e commit 16f6f8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ docopt==0.6.2
# -r requirements/base.txt
# -r requirements/test.txt
# docker-compose
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
Expand All @@ -87,7 +87,7 @@ jsonschema==3.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# docker-compose
packaging==21.0
packaging==21.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -131,7 +131,7 @@ pynacl==1.4.0
# -r requirements/base.txt
# -r requirements/test.txt
# paramiko
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/test.txt
# packaging
Expand Down Expand Up @@ -194,7 +194,7 @@ urllib3==1.26.7
# -r requirements/base.txt
# -r requirements/test.txt
# requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
websocket-client==0.59.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jsonschema==3.2.0
# docker-compose
markupsafe==2.0.1
# via jinja2
packaging==21.0
packaging==21.2
# via
# bleach
# sphinx
Expand All @@ -101,7 +101,7 @@ pynacl==1.4.0
# via
# -r requirements/base.txt
# paramiko
pyparsing==3.0.1
pyparsing==2.4.7
# via packaging
pyrsistent==0.18.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jsonschema==3.2.0
# via
# -r requirements/base.txt
# docker-compose
packaging==21.0
packaging==21.2
# via pytest
paramiko==2.8.0
# via
Expand All @@ -81,7 +81,7 @@ pynacl==1.4.0
# via
# -r requirements/base.txt
# paramiko
pyparsing==3.0.1
pyparsing==2.4.7
# via packaging
pyrsistent==0.18.0
# via
Expand Down

0 comments on commit 16f6f8e

Please sign in to comment.