-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade: Bump the dependencies group with 22 updates #437
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 22 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.5` | `3.9.1` | | [anyio](https://github.com/agronholm/anyio) | `3.7.1` | `4.1.0` | | [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.2` | `4.0.3` | | [boto3](https://github.com/boto/boto3) | `1.28.12` | `1.33.5` | | [botocore](https://github.com/boto/botocore) | `1.31.12` | `1.33.5` | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2023.11.17` | | [cffi](https://github.com/python-cffi/cffi) | `1.15.1` | `1.16.0` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.2.0` | `3.3.2` | | [click](https://github.com/pallets/click) | `8.1.6` | `8.1.7` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.2` | `41.0.7` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.1.2` | `1.2.0` | | [gitdb](https://github.com/gitpython-developers/gitdb) | `4.0.10` | `4.0.11` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.32` | `3.1.40` | | [httpcore](https://github.com/encode/httpcore) | `0.17.3` | `1.0.2` | | [httpx](https://github.com/encode/httpx) | `0.24.1` | `0.25.2` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.6` | | [packaging](https://github.com/pypa/packaging) | `23.1` | `23.2` | | [s3transfer](https://github.com/boto/s3transfer) | `0.6.1` | `0.8.2` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.28.1` | `1.38.0` | | [smmap](https://github.com/gitpython-developers/smmap) | `5.0.0` | `5.0.1` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.16` | `2.1.0` | | [yarl](https://github.com/aio-libs/yarl) | `1.9.2` | `1.9.3` | Updates `aiohttp` from 3.8.5 to 3.9.1 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.5...v3.9.1) Updates `anyio` from 3.7.1 to 4.1.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@3.7.1...4.1.0) Updates `async-timeout` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](aio-libs/async-timeout@v4.0.2...v4.0.3) Updates `boto3` from 1.28.12 to 1.33.5 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.28.12...1.33.5) Updates `botocore` from 1.31.12 to 1.33.5 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.31.12...1.33.5) Updates `certifi` from 2023.7.22 to 2023.11.17 - [Commits](certifi/python-certifi@2023.07.22...2023.11.17) Updates `cffi` from 1.15.1 to 1.16.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.15.1...v1.16.0) Updates `charset-normalizer` from 3.2.0 to 3.3.2 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.2.0...3.3.2) Updates `click` from 8.1.6 to 8.1.7 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.6...8.1.7) Updates `cryptography` from 41.0.2 to 41.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.2...41.0.7) Updates `exceptiongroup` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.1.2...1.2.0) Updates `gitdb` from 4.0.10 to 4.0.11 - [Release notes](https://github.com/gitpython-developers/gitdb/releases) - [Commits](gitpython-developers/gitdb@4.0.10...4.0.11) Updates `gitpython` from 3.1.32 to 3.1.40 - [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.32...3.1.40) Updates `httpcore` from 0.17.3 to 1.0.2 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@0.17.3...1.0.2) Updates `httpx` from 0.24.1 to 0.25.2 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.24.1...0.25.2) Updates `idna` from 3.4 to 3.6 - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.4...v3.6) Updates `packaging` from 23.1 to 23.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@23.1...23.2) Updates `s3transfer` from 0.6.1 to 0.8.2 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.6.1...0.8.2) Updates `sentry-sdk` from 1.28.1 to 1.38.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.28.1...1.38.0) Updates `smmap` from 5.0.0 to 5.0.1 - [Commits](gitpython-developers/smmap@v5.0.0...v5.0.1) Updates `urllib3` from 1.26.16 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.16...2.1.0) Updates `yarl` from 1.9.2 to 1.9.3 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: async-timeout 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: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: gitdb 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-major dependency-group: dependencies - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: smmap 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 - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 22 updates:
3.8.5
3.9.1
3.7.1
4.1.0
4.0.2
4.0.3
1.28.12
1.33.5
1.31.12
1.33.5
2023.7.22
2023.11.17
1.15.1
1.16.0
3.2.0
3.3.2
8.1.6
8.1.7
41.0.2
41.0.7
1.1.2
1.2.0
4.0.10
4.0.11
3.1.32
3.1.40
0.17.3
1.0.2
0.24.1
0.25.2
3.4
3.6
23.1
23.2
0.6.1
0.8.2
1.28.1
1.38.0
5.0.0
5.0.1
1.26.16
2.1.0
1.9.2
1.9.3
Updates
aiohttp
from 3.8.5 to 3.9.1Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
6333c02
Release v3.9.1 (#7911)9dbd273
[PR #7673/aa7d1a8f backport][3.9] Document release process (#7909)dd175b6
Fix regression with connection upgrade (#7879) (#7908)946523d
Fix flaky websocket test (#7902) (#7904)ddc2a26
[PR #7896/9a7cfe77 backport][3.9] Fix some flaky tests (#7900)2ae4d6f
Message is not upgraded if Upgrade header is missing (#7895) (#7898)bb11101
Restore async concurrency safety to websocket compressor (#7865) (#7889)6dd0122
Update dependabot.yml (#7888)41a9f1f
Bump mypy from 1.7.0 to 1.7.1 (#7882)a049701
Fix usage of proxy.py in test_proxy_functional (#7773) (#7876)Updates
anyio
from 3.7.1 to 4.1.0Release notes
Sourced from anyio's releases.
... (truncated)
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
46a45c7
Bumped up the version8079a22
Added links to closed issues3a01793
Added a "Queues" section to the docs for anyone looking for queues3186fb9
Implemented voluntary cancellation in worker threads (#629)c360b99
Fixed asyncioCancelScope
not recognizing its own cancellation exception (#...523381a
Install uvloop on Python 3.12 too for testsf0707cd
FixedRuntimeError: Runner is closed
in the pytest plugin (#635)97b7b08
Fixed ExceptionGroup example (#637)0eab46a
[pre-commit.ci] pre-commit autoupdate (#636)019835a
Updated pre-commit modulesUpdates
async-timeout
from 4.0.2 to 4.0.3Release notes
Sourced from async-timeout's releases.
Changelog
Sourced from async-timeout's changelog.
Commits
a489744
Release 4.0.3 (#364)5e3a4f0
Bump docutils from 0.19 to 0.20.1 (#369)6a5964b
Bump pytest-cov from 4.0.0 to 4.1.0 (#365)fcbeb65
Bump mypy from 1.2.0 to 1.4.1 (#368)5eeffae
Bump pytest from 7.3.1 to 7.4.0 (#366)8ec8cc0
Bump pytest-asyncio from 0.21.0 to 0.21.1 (#367)7290654
Bump pytest-asyncio from 0.20.3 to 0.21.0 (#354)9f07afa
Mention import at least once in the readme (#361)e1c8827
Bump pytest from 7.2.1 to 7.3.1 (#360)211a9bf
Bump mypy from 0.991 to 1.2.0 (#358)Updates
boto3
from 1.28.12 to 1.33.5Changelog
Sourced from boto3's changelog.
... (truncated)
Commits
920bda3
Merge branch 'release-1.33.5'82b803f
Bumping version to 1.33.519ff043
Add changelog entries from botocoreb393ee1
Merge branch 'release-1.33.4'd2d086a
Merge branch 'release-1.33.4' into developfde9bf2
Bumping version to 1.33.4ece3c5c
Add changelog entries from botocore5faed83
Raise s3transfer floor to 0.8.2 (#3960)1ad231b
Add additonal tests (#3958)3f84dbb
Merge branch 'release-1.33.3'Updates
botocore
from 1.31.12 to 1.33.5Changelog
Sourced from botocore's changelog.
... (truncated)
Commits
0c316e8
Merge branch 'release-1.33.5'57dfb6b
Bumping version to 1.33.5a5b2e5f
Update to latest models2dfc485
Merge branch 'release-1.33.4'2c97875
Merge branch 'release-1.33.4' into developfa0df4d
Bumping version to 1.33.47c91738
Update to latest partitions and endpointsc2148bc
Update to latest modelse0ffa6e
Merge branch 'release-1.33.3'ced3071
Merge branch 'release-1.33.3' into developUpdates
certifi
from 2023.7.22 to 2023.11.17Commits
515962b
Merge pull request #252 from certifi/create-pull-request/patch28b2a0d
2023.11.177ccda9f
Bump actions/checkout from 4.1.0 to 4.1.1 (#251)5e4bb9e
Bump actions/setup-python from 4.7.0 to 4.7.1 (#248)610354f
Bump actions/checkout from 4.0.0 to 4.1.0 (#247)2d98c76
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#246)7f0e639
ci: add minimal permissions to workflows bump.yml and release.yml (#245)600713d
Bump actions/checkout from 3.6.0 to 4.0.0 (#244)0435b2a
Bump actions/checkout from 3.5.3 to 3.6.0 (#242)25ea83a
Fix bashUpdates
cffi
from 1.15.1 to 1.16.0Release notes
Sourced from cffi's releases.
Commits
ba44abd
release 1.16.0 (#17)c0ad8d9
Add a tool to update release version numbers (#15)e20c65d
Release 1.16.0rc2 (#13)e98d1bb
upgrade setup-qemu-action (#8) (#9)158bc5b
add a summary jobcheck
for easier automated gating (#6) (#7)c062f2c
enable weekly 1pm Monday scheduled CI run on release-1.16 (#5)e847033
make self-hosted aarch64 mac jobs conditional-ish57ff08e
remove obsolete testff11e92
release 1.16.0rc10dc7805
prepare for 1.16.0rc1Updates
charset-normalizer
from 3.2.0 to 3.3.2Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
79dce48
🐛 Regression on some detection case showcased in the documentation (#371)...a4b9b01
Bump github/codeql-action from 2.22.4 to 2.22.5 (#375)dcc01cc
Bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#374)9cd402c
Bump pytest from 7.4.2 to 7.4.3 (#373)e274dcc
🐛 Fix unintentional memory usage regression when using large payload that...07f3041
⬆️ Bump github/codeql-action from 2.22.3 to 2.22.4 (#370)5208644
🔖 Release 3.3.1 (#367)66966f1
❇️ Improve the detection around some cases (#366)49653a6
⬆️ Bump actions/setup-python from 4.7.0 to 4.7.1 (#359)f6a66ed
⬆️ Bump pypa/cibuildwheel from 2.16.0 to 2.16.2 (#361)Updates
click
from 8.1.6 to 8.1.7Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
874ca2b
release version 8.1.76e1f6d3
completion(fish): add back ; as line endings in fish script (#2570)a955c77
update fish enabling script3c1529e
add back semicolons in fish scripta260ca6
Replace bash shell completion version error with warning (#2576)d9db70c
bash version support shows warning instead of error22b9b1c
Fix incorrect passing of flags to re.sub (#2581)d69d210
fix flake8 findingaf2da1e
Fix incorrect passing of flags to re.subbb6a872
start version 8.1.7Updates
cryptography
from 41.0.2 to 41.0.7Changelog
Sourced from cryptography's changelog.
Commits
4054596
Backport LibreSSL 3.8.2 support for a 41.0.7 release (#9931)f09c261
41.0.6 release (#9927)5012bed
bump for 41.0.5 release (#9766)563b119
Added binding needed for pyOpenSSL (#9739) (#9740)fc11bce
bump for 41.0.4 (#9629)b22271c
bump for 41.0.3 (#9330)774a4a1
Only check DH key validity when loading a private key. (#9071) (#9319)bfa4d95
changelog for 41.0.3 (#9320)0da7165
backport fix the memory leak in fixedpool (#9272) (#...Description has been truncated