Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [importlib-metadata](https://github.com/python/importlib_metadata) and [pytest](https://github.com/pytest-dev/pytest).


Updates `boto3` from 1.34.54 to 1.34.59
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.54...1.34.59)

Updates `botocore` from 1.34.54 to 1.34.59
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.54...1.34.59)

Updates `importlib-metadata` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.0.1...v7.0.2)

Updates `pytest` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.0...8.1.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent ada3ac5 commit d755b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ autodocsumm==0.2.12
aws-requests-auth==0.4.3
Babel==2.14.0
beautifulsoup4==4.12.3
boto3==1.34.54
botocore==1.34.54
boto3==1.34.59
botocore==1.34.59
CacheControl==0.14.0
certifi==2024.2.2
charset-normalizer==3.3.2
Expand All @@ -20,7 +20,7 @@ filelock==3.13.1
html5lib==1.1
idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
importlib-metadata==7.0.2
iniconfig==2.0.0
jaraco.classes==3.3.1
Jinja2==3.1.3
Expand All @@ -38,7 +38,7 @@ pkginfo==1.10.0
platformdirs==4.2.0
pluggy==1.4.0
Pygments==2.17.2
pytest==8.1.0
pytest==8.1.1
pytest-cov==4.1.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
Expand Down

0 comments on commit d755b64

Please sign in to comment.