Skip to content

Commit

Permalink
Bump botocore, boto3 versions (#158)
Browse files Browse the repository at this point in the history
These include fixes for the ap-northeast-3 region in cloudtrail and
guardduty service scanning.
  • Loading branch information
jbmchuck committed Mar 16, 2022
1 parent 0e2e6d9 commit 150a35e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -56,7 +56,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.8
urllib3==1.26.9
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MarkupSafe==2.0.1
aws-requests-auth==0.4.3
rdflib==6.0.2
structlog==20.2.0
boto3==1.21.3
boto3==1.21.20
jinja2==2.11.3
pydantic==1.8.2
toml==0.10.2
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.in
Expand All @@ -8,9 +8,9 @@ aenum==2.2.6
# via gremlinpython
aws-requests-auth==0.4.3
# via -r requirements.in
boto3==1.21.3
boto3==1.21.20
# via -r requirements.in
botocore==1.24.3
botocore==1.24.20
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -46,7 +46,7 @@ rdflib==6.0.2
# via -r requirements.in
requests==2.27.1
# via aws-requests-auth
s3transfer==0.5.1
s3transfer==0.5.2
# via boto3
six==1.16.0
# via
Expand All @@ -61,7 +61,7 @@ tornado==5.1.1
# via gremlinpython
typing-extensions==4.1.1
# via pydantic
urllib3==1.26.8
urllib3==1.26.9
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion services/qj/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MarkupSafe==2.0.1
alembic==1.4.2
boto3==1.21.3
boto3==1.21.20
fastapi==0.70.1
psycopg2-binary==2.9.2
sqlalchemy==1.3.24
Expand Down
12 changes: 6 additions & 6 deletions services/qj/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.in
Expand All @@ -10,9 +10,9 @@ anyio==3.5.0
# via starlette
asgiref==3.5.0
# via uvicorn
boto3==1.21.3
boto3==1.21.20
# via -r requirements.in
botocore==1.24.3
botocore==1.24.20
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ jmespath==0.10.0
# via
# boto3
# botocore
mako==1.1.6
mako==1.2.0
# via alembic
markupsafe==2.0.1
# via
Expand All @@ -44,7 +44,7 @@ python-dateutil==2.8.2
# botocore
python-editor==1.0.4
# via alembic
s3transfer==0.5.1
s3transfer==0.5.2
# via boto3
six==1.16.0
# via python-dateutil
Expand All @@ -58,7 +58,7 @@ starlette==0.16.0
# via fastapi
typing-extensions==4.1.1
# via pydantic
urllib3==1.26.8
urllib3==1.26.9
# via botocore
uvicorn==0.16.0
# via -r requirements.in
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"aws-requests-auth==0.4.3",
"rdflib==6.0.2",
"structlog==20.2.0",
"boto3==1.21.3",
"boto3==1.21.20",
"jinja2==2.11.3",
"pydantic==1.8.2",
"toml==0.10.2",
Expand All @@ -29,7 +29,7 @@
"qj": [
"MarkupSafe==2.0.1",
"alembic==1.4.2",
"boto3==1.21.3",
"boto3==1.21.20",
"fastapi==0.70.1",
"psycopg2-binary==2.9.2",
"sqlalchemy==1.3.24",
Expand Down
18 changes: 9 additions & 9 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.in
Expand All @@ -12,11 +12,11 @@ attrs==21.4.0
# pytest
aws-sam-translator==1.29.0
# via -r requirements.in
boto3==1.21.3
boto3==1.21.20
# via
# aws-sam-translator
# moto
botocore==1.24.3
botocore==1.24.20
# via
# boto3
# moto
Expand All @@ -33,7 +33,7 @@ coverage==4.5.4
# via
# -r requirements.in
# pytest-cov
cryptography==36.0.1
cryptography==36.0.2
# via moto
docker==4.4.4
# via -r requirements.in
Expand All @@ -51,7 +51,7 @@ jmespath==0.10.0
# botocore
jsonschema==3.2.0
# via aws-sam-translator
mako==1.1.6
mako==1.2.0
# via alembic
markupsafe==2.0.1
# via
Expand Down Expand Up @@ -93,9 +93,9 @@ requests==2.27.1
# docker
# moto
# responses
responses==0.18.0
responses==0.19.0
# via moto
s3transfer==0.5.1
s3transfer==0.5.2
# via boto3
six==1.16.0
# via
Expand All @@ -110,12 +110,12 @@ sqlalchemy==1.3.24
# alembic
toml==0.10.2
# via pytest
urllib3==1.26.8
urllib3==1.26.9
# via
# botocore
# requests
# responses
websocket-client==1.2.3
websocket-client==1.3.1
# via docker
werkzeug==2.0.3
# via moto
Expand Down

0 comments on commit 150a35e

Please sign in to comment.