Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
salman2013 committed Feb 12, 2024
2 parents df0cef3 + 0d88e06 commit 44d53e0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 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==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==23.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -115,7 +115,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.97.5
hypothesis==6.98.3
# via -r requirements/test.txt
importlib-metadata==7.0.1
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.9.0
path==16.10.0
# via -r requirements/test.txt
pbr==6.0.0
# via
Expand All @@ -200,11 +200,11 @@ pluggy==1.4.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.txt
pydantic==2.6.0
pydantic==2.6.1
# via
# -r requirements/test.txt
# inflect
pydantic-core==2.16.1
pydantic-core==2.16.2
# via
# -r requirements/test.txt
# pydantic
Expand Down Expand Up @@ -258,7 +258,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# botocore
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
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.34.34
boto3==1.34.39
# via fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/django.txt
# boto3
Expand Down
16 changes: 8 additions & 8 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==3.0.2
astroid==3.0.3
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.2.0
# via hypothesis
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -80,7 +80,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.97.5
hypothesis==6.98.3
# via -r requirements/test.in
inflect==7.0.0
# via jinja2-pluralize
Expand Down Expand Up @@ -122,7 +122,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.9.0
path==16.10.0
# via -r requirements/test.in
pbr==6.0.0
# via
Expand All @@ -140,9 +140,9 @@ pluggy==1.4.0
# tox
pycodestyle==2.11.1
# via -r requirements/test.in
pydantic==2.6.0
pydantic==2.6.1
# via inflect
pydantic-core==2.16.1
pydantic-core==2.16.2
# via pydantic
pygments==2.17.2
# via diff-cover
Expand Down Expand Up @@ -180,7 +180,7 @@ python-dateutil==2.8.2
# via
# -r requirements/django.txt
# botocore
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand Down

0 comments on commit 44d53e0

Please sign in to comment.