Skip to content

Commit

Permalink
Bump boto3 from 1.26.104 to 1.28.75 in /requirements
Browse files Browse the repository at this point in the history
Bumps [boto3](https://github.com/boto/boto3) from 1.26.104 to 1.28.75.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.26.104...1.28.75)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent dc82ed9 commit 579852b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
29 changes: 23 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
#
alabaster==0.7.12
# via sphinx
async-timeout==4.0.3
# via redis
babel==2.9.1
# via sphinx
boto3==1.26.104
boto3==1.28.75
# via -r tests.in
botocore==1.29.104
botocore==1.31.75
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,6 +44,8 @@ docutils==0.18.1
# via
# sphinx
# sphinx-tabs
exceptiongroup==1.1.3
# via pytest
filelock==3.12.3
# via
# tox
Expand All @@ -52,6 +56,8 @@ idna==3.3
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==6.8.0
# via sphinx
iniconfig==1.1.1
# via pytest
jinja2==3.0.2
Expand Down Expand Up @@ -122,7 +128,7 @@ redis==5.0.0
# via -r tests.in
requests==2.26.0
# via sphinx
s3transfer==0.6.0
s3transfer==0.7.0
# via boto3
six==1.16.0
# via python-dateutil
Expand Down Expand Up @@ -154,15 +160,24 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.0.1
# via pep517
# via
# build
# mypy
# pep517
# pip-tools
# pyproject-api
# pytest
# tox
tox==4.11.0
# via -r dev.in
types-pyopenssl==23.0.0.2
# via types-redis
types-redis==4.6.0.7
# via -r typing.in
typing-extensions==3.10.0.2
# via mypy
typing-extensions==4.8.0
# via
# filelock
# mypy
urllib3==1.26.7
# via
# botocore
Expand All @@ -175,6 +190,8 @@ virtualenv==20.24.4
# tox
wheel==0.38.1
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
12 changes: 9 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
#
# pip-compile requirements/tests.in
#
boto3==1.26.104
async-timeout==4.0.3
# via redis
boto3==1.28.75
# via -r tests.in
botocore==1.29.104
botocore==1.31.75
# via
# boto3
# s3transfer
exceptiongroup==1.1.3
# via pytest
iniconfig==1.1.1
# via pytest
jmespath==1.0.1
Expand Down Expand Up @@ -38,10 +42,12 @@ python-dateutil==2.8.2
# via botocore
redis==5.0.0
# via -r tests.in
s3transfer==0.6.0
s3transfer==0.7.0
# via boto3
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via pytest
urllib3==1.26.13
# via botocore
uwsgi==2.0.21
Expand Down

0 comments on commit 579852b

Please sign in to comment.