Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Sep 25, 2023
2 parents b4bb832 + 7f8ddda commit 3304375
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -97,7 +97,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.85.1
hypothesis==6.86.2
# via -r requirements/test.txt
importlib-metadata==6.8.0
# via
Expand Down Expand Up @@ -302,7 +302,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/test.txt
# annotated-types
Expand Down Expand Up @@ -332,7 +332,7 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.28.49
boto3==1.28.53
# via fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -78,7 +78,7 @@ packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ sqlparse==0.4.4
# via
# -r requirements/django.txt
# django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==1.26.16
# via
Expand All @@ -148,7 +148,7 @@ web-fragments==2.1.0
# via -r requirements/django.txt
webob==1.8.7
# via -r requirements/django.txt
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.1.0
# via hypothesis
boto3==1.28.49
boto3==1.28.53
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.49
botocore==1.31.53
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -72,7 +72,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.85.1
hypothesis==6.86.2
# via -r requirements/test.in
inflect==7.0.0
# via jinja2-pluralize
Expand Down Expand Up @@ -209,7 +209,7 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# annotated-types
# astroid
Expand Down

0 comments on commit 3304375

Please sign in to comment.