Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
awais786 authored Mar 13, 2024
2 parents 7a804bb + bd0767f commit e162dbc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 26 deletions.
28 changes: 16 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
backports-zoneinfo==0.2.1
# via django
boto3==1.34.54
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.61
# via fs-s3fs
botocore==1.34.54
botocore==1.34.61
# via
# boto3
# s3transfer
Expand All @@ -28,7 +30,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -42,18 +44,20 @@ fs==2.4.16
# fs-s3fs
fs-s3fs==1.1.1
# via -r requirements/base.in
importlib-metadata==7.0.1
# via build
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
jmespath==1.0.1
# via
# boto3
# botocore
packaging==23.2
packaging==24.0
# via
# build
# pyproject-api
# tox
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/dev.in
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -85,17 +89,17 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/dev.in
typing-extensions==4.10.0
# via asgiref
urllib3==1.26.18
# via botocore
virtualenv==20.25.1
# via tox
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
17 changes: 9 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
boto3==1.34.54
boto3==1.34.61
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.54
botocore==1.34.61
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -64,7 +64,7 @@ cryptography==42.0.5
# secretstorage
dill==0.3.8
# via pylint
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -86,11 +86,12 @@ idna==3.6
# via
# -r requirements/test.txt
# requests
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# keyring
# twine
importlib-resources==6.1.2
importlib-resources==6.3.0
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -139,7 +140,7 @@ moto==4.2.14
# -r requirements/test.txt
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -181,7 +182,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via -r requirements/test.txt
pytest==8.1.0
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -276,7 +277,7 @@ xmltodict==0.13.0
# via
# -r requirements/test.txt
# moto
zipp==3.17.0
zipp==3.18.0
# via
# importlib-metadata
# importlib-resources
Expand Down
14 changes: 8 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
backports-zoneinfo==0.2.1
# via django
boto3==1.34.54
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.61
# via
# fs-s3fs
# moto
botocore==1.34.54
botocore==1.34.61
# via
# boto3
# moto
Expand Down Expand Up @@ -60,15 +62,15 @@ moto==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.in
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pycparser==2.21
# via cffi
pypng==0.20220715.0
# via -r requirements/test.in
pytest==8.1.0
pytest==8.1.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit e162dbc

Please sign in to comment.