Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #3991

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ billiard==3.6.4.0
# via celery
bleach==6.0.0
# via -r requirements/base.in
boto3==1.26.155
boto3==1.26.157
# via -r requirements/base.in
botocore==1.29.155
botocore==1.29.157
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -250,7 +250,7 @@ extras==1.0.0
# python-subunit
factory-boy==2.12.0
# via django-oscar
faker==18.10.1
faker==18.11.1
# via factory-boy
fixtures==4.1.0
# via
Expand Down Expand Up @@ -382,7 +382,7 @@ pillow==9.5.0
# via django-oscar
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.6.0
platformdirs==3.7.0
# via zeep
premailer==2.9.2
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ bleach==6.0.0
# via -r requirements/test.txt
bok-choy==2.0.2
# via -r requirements/test.txt
boto3==1.26.155
boto3==1.26.157
# via -r requirements/test.txt
botocore==1.29.155
botocore==1.29.157
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -362,7 +362,7 @@ factory-boy==2.12.0
# via
# -r requirements/test.txt
# django-oscar
faker==18.10.1
faker==18.11.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -610,7 +610,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/test.txt
# jsonschema
platformdirs==3.6.0
platformdirs==3.7.0
# via
# -r requirements/test.txt
# pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ billiard==3.6.4.0
# via celery
bleach==6.0.0
# via -r requirements/base.in
boto3==1.26.155
boto3==1.26.157
# via
# -r requirements/base.in
# django-ses
botocore==1.29.155
botocore==1.29.157
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -255,7 +255,7 @@ extras==1.0.0
# python-subunit
factory-boy==2.12.0
# via django-oscar
faker==18.10.1
faker==18.11.1
# via factory-boy
fixtures==4.1.0
# via
Expand Down Expand Up @@ -392,7 +392,7 @@ pillow==9.5.0
# via django-oscar
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.6.0
platformdirs==3.7.0
# via zeep
premailer==2.9.2
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ bleach==6.0.0
# via -r requirements/base.txt
bok-choy==2.0.2
# via -r requirements/test.in
boto3==1.26.155
boto3==1.26.157
# via -r requirements/base.txt
botocore==1.29.155
botocore==1.29.157
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -355,7 +355,7 @@ factory-boy==2.12.0
# -r requirements/base.txt
# -r requirements/test.in
# django-oscar
faker==18.10.1
faker==18.11.1
# via
# -r requirements/base.txt
# factory-boy
Expand Down Expand Up @@ -587,7 +587,7 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/base.txt
# jsonschema
platformdirs==3.6.0
platformdirs==3.7.0
# via
# -r requirements/base.txt
# pylint
Expand Down