Skip to content

Commit

Permalink
Upgrade: Bump the dependencies group with 4 updates (#298)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [botocore](https://github.com/boto/botocore), [pproxy](https://github.com/qwj/python-proxy), [pynamodb](https://github.com/pynamodb/PynamoDB) and [sentry-sdk](https://github.com/getsentry/sentry-python).


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

Updates `pproxy` from 2.7.8 to 2.7.9
- [Commits](qwj/python-proxy@2.7.8...2.7.9)

Updates `pynamodb` from 5.5.1 to 6.0.0
- [Release notes](https://github.com/pynamodb/PynamoDB/releases)
- [Changelog](https://github.com/pynamodb/PynamoDB/blob/master/docs/release_notes.rst)
- [Commits](pynamodb/PynamoDB@5.5.1...6.0.0)

Updates `sentry-sdk` from 1.39.1 to 1.39.2
- [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.39.1...1.39.2)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pproxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pynamodb
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Jan 27, 2024
1 parent 1e24436 commit bec7c1e
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 @@ -3,7 +3,7 @@ aioredis==2.0.1
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
botocore==1.34.12
botocore==1.34.29
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.7
Expand All @@ -13,10 +13,10 @@ idna==3.6
jmespath==1.0.1
multidict==6.0.4
openttd-helpers==1.4.0
pproxy==2.7.8
pynamodb==5.5.1
pproxy==2.7.9
pynamodb==6.0.0
python-dateutil==2.8.2
sentry-sdk==1.39.1
sentry-sdk==1.39.2
six==1.16.0
typing_extensions==4.9.0
urllib3==1.26.18
Expand Down

0 comments on commit bec7c1e

Please sign in to comment.