Skip to content

Commit

Permalink
Upgrade: Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [botocore](https://github.com/boto/botocore) | `1.34.12` | `1.34.29` |
| [pproxy](https://github.com/qwj/python-proxy) | `2.7.8` | `2.7.9` |
| [pynamodb](https://github.com/pynamodb/PynamoDB) | `5.5.1` | `6.0.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.39.1` | `1.39.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `2.1.0` |


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)

Updates `urllib3` from 1.26.18 to 2.1.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...2.1.0)

---
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
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2024
1 parent fa79e27 commit 66a5de9
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
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,11 +13,11 @@ 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
urllib3==2.1.0
yarl==1.9.4

0 comments on commit 66a5de9

Please sign in to comment.