Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group with 5 updates (#147)
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.39` | `1.34.44` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.39` | `1.34.44` |
| [botocore](https://github.com/boto/botocore) | `1.34.39` | `1.34.44` |
| [botocore-stubs](https://github.com/youtype/botocore-stubs) | `1.34.39` | `1.34.44` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.1` |


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

Updates `boto3-stubs` from 1.34.39 to 1.34.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

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

Updates `botocore-stubs` from 1.34.39 to 1.34.44
- [Release notes](https://github.com/youtype/botocore-stubs/releases)
- [Commits](https://github.com/youtype/botocore-stubs/commits)

Updates `pytest` from 8.0.0 to 8.0.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.0.0...8.0.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: boto3-stubs
  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: botocore-stubs
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 66da985 commit 2b3eccd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
alabaster==0.7.16
Babel==2.14.0
boto3==1.34.39
boto3-stubs==1.34.39
botocore==1.34.39
botocore-stubs==1.34.39
boto3==1.34.44
boto3-stubs==1.34.44
botocore==1.34.44
botocore-stubs==1.34.44
build==1.0.3
certifi==2024.2.2
charset-normalizer==3.3.2
Expand Down Expand Up @@ -31,7 +31,7 @@ pluggy==1.4.0
Pygments==2.17.2
pyotp==2.9.0
pyproject_hooks==1.0.0
pytest==8.0.0
pytest==8.0.1
pytest-cov==4.1.0
pytest-xdist==3.5.0
python-dateutil==2.8.2
Expand Down

0 comments on commit 2b3eccd

Please sign in to comment.