Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.53` | `1.34.74` |
| [botocore](https://github.com/boto/botocore) | `1.34.53` | `1.34.74` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.42` | `3.1.43` |
| [httpcore](https://github.com/encode/httpcore) | `1.0.4` | `1.0.5` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.21.0` | `3.21.1` |
| [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` |
| [pycparser](https://github.com/eliben/pycparser) | `2.21` | `2.22` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.9.0` | `2.9.0.post0` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.10.0` | `0.10.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `1.44.0` |


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

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

Updates `gitpython` from 3.1.42 to 3.1.43
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.42...3.1.43)

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

Updates `marshmallow` from 3.21.0 to 3.21.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.21.0...3.21.1)

Updates `packaging` from 23.2 to 24.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.2...24.0)

Updates `pycparser` from 2.21 to 2.22
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES)
- [Commits](eliben/pycparser@release_v2.21...release_v2.22)

Updates `python-dateutil` from 2.9.0 to 2.9.0.post0
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.9.0...2.9.0.post0)

Updates `s3transfer` from 0.10.0 to 0.10.1
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.10.0...0.10.1)

Updates `sentry-sdk` from 1.40.6 to 1.44.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.40.6...1.44.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gitpython
  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: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pycparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: s3transfer
  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]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent f9aed81 commit ea95d2f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ aiosignal==1.3.1
anyio==4.3.0
async-timeout==4.0.3
attrs==23.2.0
boto3==1.34.53
botocore==1.34.53
boto3==1.34.74
botocore==1.34.74
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
Expand All @@ -15,24 +15,24 @@ exceptiongroup==1.2.0
frozenlist==1.4.1
gitdb==4.0.11
github3.py==4.0.1
GitPython==3.1.42
GitPython==3.1.43
h11==0.14.0
httpcore==1.0.4
httpcore==1.0.5
httpx==0.27.0
idna==3.6
jmespath==1.0.1
marshmallow==3.21.0
marshmallow==3.21.1
marshmallow-enum==1.5.1
multidict==6.0.5
openttd-helpers==1.4.0
packaging==23.2
pycparser==2.21
packaging==24.0
pycparser==2.22
PyJWT==2.8.0
python-dateutil==2.9.0
python-dateutil==2.9.0.post0
PyYAML==6.0.1
requests==2.31.0
s3transfer==0.10.0
sentry-sdk==1.40.6
s3transfer==0.10.1
sentry-sdk==1.44.0
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
Expand Down

0 comments on commit ea95d2f

Please sign in to comment.