Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Apr 1, 2024
2 parents 9a1df9f + 3270170 commit 48ba5c3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -123,7 +123,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -159,7 +159,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -223,7 +223,7 @@ more-itertools==10.2.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.15
nh3==0.2.17
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -255,7 +255,7 @@ pluggy==1.4.0
# -r requirements/tox.txt
# pytest
# tox
pycparser==2.21
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.69
boto3==1.34.74
# via fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.69
boto3==1.34.74
# via fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -93,7 +93,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
# via keyring
Expand Down Expand Up @@ -139,7 +139,7 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
packaging==24.0
# via pytest
Expand All @@ -151,7 +151,7 @@ platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via pytest
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down

0 comments on commit 48ba5c3

Please sign in to comment.