mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Updates requirements
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -71,10 +71,10 @@ description = "The AWS SDK for Python"
|
||||
name = "boto3"
|
||||
optional = true
|
||||
python-versions = "*"
|
||||
version = "1.14.36"
|
||||
version = "1.14.41"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.17.36,<1.18.0"
|
||||
botocore = ">=1.17.41,<1.18.0"
|
||||
jmespath = ">=0.7.1,<1.0.0"
|
||||
s3transfer = ">=0.3.0,<0.4.0"
|
||||
|
||||
@@ -84,7 +84,7 @@ description = "Low-level, data-driven core of boto 3."
|
||||
name = "botocore"
|
||||
optional = true
|
||||
python-versions = "*"
|
||||
version = "1.17.36"
|
||||
version = "1.17.41"
|
||||
|
||||
[package.dependencies]
|
||||
docutils = ">=0.10,<0.16"
|
||||
@@ -553,12 +553,12 @@ blessed = [
|
||||
{file = "blessed-1.17.9.tar.gz", hash = "sha256:0d497a5be8a808b7300c00bf8303e7ba9fd11f6063a67bb924a475e5bfa7a9bb"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.14.36-py2.py3-none-any.whl", hash = "sha256:84fec841e07c854177ed264283cf52e3e4ac06c37d4e2b371369a93881f869b7"},
|
||||
{file = "boto3-1.14.36.tar.gz", hash = "sha256:ad9156f1c76ece440a4fc60116b13bd627aa8ae5ed7b7d0b0380e3021bf54bda"},
|
||||
{file = "boto3-1.14.41-py2.py3-none-any.whl", hash = "sha256:e9a5efddf7492719ec3d4024e67170fc71a874125d37eb5211b242f23c242dac"},
|
||||
{file = "boto3-1.14.41.tar.gz", hash = "sha256:26f76c7780470de54dfe816bcbeed57a05f53a0bec7c9ae9e8ad7b61ac4c74cc"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.17.36-py2.py3-none-any.whl", hash = "sha256:7740b12a9a32e78ee32c31dd6882e70c7469259cddf7b2c1f41eabf7eacece6b"},
|
||||
{file = "botocore-1.17.36.tar.gz", hash = "sha256:1132a09abb84018081e9ad74bf7aba3cc8f776c576db7ec52bf72dee40a7a962"},
|
||||
{file = "botocore-1.17.41-py2.py3-none-any.whl", hash = "sha256:329ca6d6d5e91e97569ecd7f328cd3d627e918ce0703943f93d0b9de6af9aab2"},
|
||||
{file = "botocore-1.17.41.tar.gz", hash = "sha256:519fcccf9c41634d2aba9dc769b0ac6aa14034f20a60882b0e098ae2e07cab55"},
|
||||
]
|
||||
certifi = [
|
||||
{file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"},
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
arrow==0.15.8 # via -r requirements.in
|
||||
asgiref==3.2.10 # via django
|
||||
blessed==1.17.9 # via -r requirements.in
|
||||
boto3==1.14.36 # via -r requirements.in
|
||||
botocore==1.17.36 # via boto3, s3transfer
|
||||
boto3==1.14.41 # via -r requirements.in
|
||||
botocore==1.17.41 # via boto3, s3transfer
|
||||
certifi==2020.6.20 # via requests
|
||||
chardet==3.0.4 # via requests
|
||||
croniter==0.3.34 # via -r requirements.in
|
||||
|
||||
Reference in New Issue
Block a user