Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Python Requirements Update #711

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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ backoff==2.2.1
# via -r requirements/base.in
beautifulsoup4==4.12.2
# via cloudflare
boto3==1.28.68
boto3==1.28.73
# via -r requirements/base.in
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
cachetools==5.3.1
cachetools==5.3.2
# via google-auth
certifi==2023.7.22
# via
Expand All @@ -41,7 +41,7 @@ click-log==0.4.0
# via -r requirements/base.in
cloudflare==2.12.4
# via -r requirements/base.in
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# simple-salesforce
Expand All @@ -57,7 +57,7 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==4.0.0
# via edx-django-utils
easydict==1.10
easydict==1.11
# via yagocd
edx-django-utils==5.7.0
# via edx-rest-api-client
Expand Down
16 changes: 8 additions & 8 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ astroid==3.0.1
# -r requirements/testing.in
# pylint
# pylint-celery
boto3==1.28.68
boto3==1.28.73
# via moto
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# moto
Expand All @@ -35,13 +35,13 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via moto
ddt==1.6.0
# via -r requirements/testing.in
dill==0.3.7
# via pylint
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/testing.in
exceptiongroup==1.1.3
# via pytest
Expand Down Expand Up @@ -71,7 +71,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/testing.in
moto==4.2.6
moto==4.2.7
# via -r requirements/testing.in
packaging==23.2
# via pytest
Expand Down Expand Up @@ -99,13 +99,13 @@ pylint==3.0.2
# pytest-pylint
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/testing.in
# pytest-cov
Expand Down Expand Up @@ -168,7 +168,7 @@ urllib3==1.26.18
# botocore
# requests
# responses
werkzeug==3.0.0
werkzeug==3.0.1
# via moto
wrapt==1.15.0
# via -r requirements/testing.in
Expand Down
Loading