Skip to content

Commit

Permalink
Upgrade: Bump the dependencies group with 6 updates (#402)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | Update |
| --- | --- |
| [anyio](https://github.com/agronholm/anyio) | 3.7.0 to 3.7.1 |
| [boto3](https://github.com/boto/boto3) | 1.26.149 to 1.27.1 |
| [botocore](https://github.com/boto/botocore) | 1.29.149 to 1.30.1 |
| [exceptiongroup](https://github.com/agronholm/exceptiongroup) | 1.1.1 to 1.1.2 |
| [httpcore](https://github.com/encode/httpcore) | 0.17.2 to 0.17.3 |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | 1.25.1 to 1.27.0 |


Updates `anyio` from 3.7.0 to 3.7.1
- [Changelog](https://github.com/agronholm/anyio/blob/3.7.1/docs/versionhistory.rst)
- [Commits](agronholm/anyio@3.7.0...3.7.1)

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

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

Updates `exceptiongroup` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](agronholm/exceptiongroup@1.1.1...1.1.2)

Updates `httpcore` from 0.17.2 to 0.17.3
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@0.17.2...0.17.3)

Updates `sentry-sdk` from 1.25.1 to 1.27.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.25.1...1.27.0)

---
updated-dependencies:
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: exceptiongroup
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patric Stout <[email protected]>
  • Loading branch information
dependabot[bot] and TrueBrain authored Jul 6, 2023
1 parent 233ba4d commit d70805f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
aioauth-client==0.28.1
aiohttp==3.8.4
aiosignal==1.3.1
anyio==3.7.0
anyio==3.7.1
async-timeout==4.0.2
attrs==23.1.0
boto3==1.26.149
botocore==1.29.149
boto3==1.27.1
botocore==1.30.1
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
cryptography==41.0.1
exceptiongroup==1.1.1
exceptiongroup==1.1.2
frozenlist==1.3.3
gitdb==4.0.10
github3.py==4.0.1
GitPython==3.1.31
h11==0.14.0
httpcore==0.17.2
httpcore==0.17.3
httpx==0.24.1
idna==3.4
jmespath==1.0.1
Expand All @@ -32,7 +32,7 @@ python-dateutil==2.8.2
PyYAML==6.0
requests==2.31.0
s3transfer==0.6.1
sentry-sdk==1.25.1
sentry-sdk==1.27.0
six==1.16.0
smmap==5.0.0
sniffio==1.3.0
Expand Down

0 comments on commit d70805f

Please sign in to comment.