chore(deps): bump the dependencies group with 25 updates#508
Merged
Conversation
Bumps the dependencies group with 25 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.2.0` | | [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.2` | `4.0.3` | | [attrs](https://github.com/sponsors/hynek) | `23.1.0` | `23.2.0` | | [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` | | [frozenlist](https://github.com/aio-libs/frozenlist) | `1.4.0` | `1.4.1` | | [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.26.0` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.6` | | [pygments](https://github.com/pygments/pygments) | `2.15.1` | `2.17.2` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2023.6.3` | `2023.12.25` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.28.1` | `1.39.1` | | [smmap](https://github.com/gitpython-developers/smmap) | `5.0.0` | `5.0.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.7.1` | `4.9.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.4` | `2.1.0` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.2.6` | `0.2.12` | | [wikitextparser](https://github.com/5j9/wikitextparser) | `0.53.0` | `0.55.7` | | [yarl](https://github.com/aio-libs/yarl) | `1.9.2` | `1.9.4` | 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.2.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.2.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 `attrs` from 23.1.0 to 23.2.0 - [Commits](https://github.com/sponsors/hynek/commits) 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 `frozenlist` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/aio-libs/frozenlist/releases) - [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst) - [Commits](aio-libs/frozenlist@v1.4.0...v1.4.1) 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.26.0 - [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.26.0) 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 `pygments` from 2.15.1 to 2.17.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.15.1...2.17.2) Updates `regex` from 2023.6.3 to 2023.12.25 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2023.6.3...2023.12.25) Updates `sentry-sdk` from 1.28.1 to 1.39.1 - [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.39.1) Updates `smmap` from 5.0.0 to 5.0.1 - [Commits](gitpython-developers/smmap@v5.0.0...v5.0.1) Updates `typing-extensions` from 4.7.1 to 4.9.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.7.1...4.9.0) Updates `urllib3` from 2.0.4 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@2.0.4...2.1.0) Updates `wcwidth` from 0.2.6 to 0.2.12 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.2.6...0.2.12) Updates `wikitextparser` from 0.53.0 to 0.55.7 - [Changelog](https://github.com/5j9/wikitextparser/blob/master/CHANGELOG.rst) - [Commits](5j9/wikitextparser@v0.53.0...v0.55.7) Updates `yarl` from 1.9.2 to 1.9.4 - [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.4) --- 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: attrs 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: frozenlist dependency-type: direct:production update-type: version-update:semver-patch 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: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: regex 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: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wcwidth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: wikitextparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
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 25 updates:
3.8.53.9.13.7.14.2.04.0.24.0.323.1.023.2.02023.7.222023.11.171.15.11.16.03.2.03.3.28.1.68.1.741.0.241.0.71.1.21.2.01.4.01.4.14.0.104.0.113.1.323.1.400.17.31.0.20.24.10.26.03.43.62.15.12.17.22023.6.32023.12.251.28.11.39.15.0.05.0.14.7.14.9.02.0.42.1.00.2.60.2.120.53.00.55.71.9.21.9.4Updates
aiohttpfrom 3.8.5 to 3.9.1Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
6333c02Release v3.9.1 (#7911)9dbd273[PR #7673/aa7d1a8f backport][3.9] Document release process (#7909)dd175b6Fix regression with connection upgrade (#7879) (#7908)946523dFix flaky websocket test (#7902) (#7904)ddc2a26[PR #7896/9a7cfe77 backport][3.9] Fix some flaky tests (#7900)2ae4d6fMessage is not upgraded if Upgrade header is missing (#7895) (#7898)bb11101Restore async concurrency safety to websocket compressor (#7865) (#7889)6dd0122Update dependabot.yml (#7888)41a9f1fBump mypy from 1.7.0 to 1.7.1 (#7882)a049701Fix usage of proxy.py in test_proxy_functional (#7773) (#7876)Updates
anyiofrom 3.7.1 to 4.2.0Release notes
Sourced from anyio's releases.
... (truncated)
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
f757314Bumped up the versionfe31dd5Added Litestar to the downstream test suiteb7be190Updated GitHub actions45b9eceRearranged the changelog0b66994Fix morePathtyping that doesn't match Typeshed (#653)e5fadb3Added mention of anyio.from_thread.run_sync() to the changelog89795b9Used TypeVarTuple and ParamSpec in several places (#652)3a4ec47Removed the pyright version pin28516e2Enabled Event and CapacityLimiter to be instantiated outside an event loop (#...44ca5eaFixed cancellation propagation when task group host is in a shielded scope (#...Updates
async-timeoutfrom 4.0.2 to 4.0.3Release notes
Sourced from async-timeout's releases.
Changelog
Sourced from async-timeout's changelog.
Commits
a489744Release 4.0.3 (#364)5e3a4f0Bump docutils from 0.19 to 0.20.1 (#369)6a5964bBump pytest-cov from 4.0.0 to 4.1.0 (#365)fcbeb65Bump mypy from 1.2.0 to 1.4.1 (#368)5eeffaeBump pytest from 7.3.1 to 7.4.0 (#366)8ec8cc0Bump pytest-asyncio from 0.21.0 to 0.21.1 (#367)7290654Bump pytest-asyncio from 0.20.3 to 0.21.0 (#354)9f07afaMention import at least once in the readme (#361)e1c8827Bump pytest from 7.2.1 to 7.3.1 (#360)211a9bfBump mypy from 0.991 to 1.2.0 (#358)Updates
attrsfrom 23.1.0 to 23.2.0Commits
Updates
certififrom 2023.7.22 to 2023.11.17Commits
515962bMerge pull request #252 from certifi/create-pull-request/patch28b2a0d2023.11.177ccda9fBump actions/checkout from 4.1.0 to 4.1.1 (#251)5e4bb9eBump actions/setup-python from 4.7.0 to 4.7.1 (#248)610354fBump actions/checkout from 4.0.0 to 4.1.0 (#247)2d98c76Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#246)7f0e639ci: add minimal permissions to workflows bump.yml and release.yml (#245)600713dBump actions/checkout from 3.6.0 to 4.0.0 (#244)0435b2aBump actions/checkout from 3.5.3 to 3.6.0 (#242)25ea83aFix bashUpdates
cffifrom 1.15.1 to 1.16.0Release notes
Sourced from cffi's releases.
Commits
ba44abdrelease 1.16.0 (#17)c0ad8d9Add a tool to update release version numbers (#15)e20c65dRelease 1.16.0rc2 (#13)e98d1bbupgrade setup-qemu-action (#8) (#9)158bc5badd a summary jobcheckfor easier automated gating (#6) (#7)c062f2cenable weekly 1pm Monday scheduled CI run on release-1.16 (#5)e847033make self-hosted aarch64 mac jobs conditional-ish57ff08eremove obsolete testff11e92release 1.16.0rc10dc7805prepare for 1.16.0rc1Updates
charset-normalizerfrom 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)...a4b9b01Bump github/codeql-action from 2.22.4 to 2.22.5 (#375)dcc01ccBump ossf/scorecard-action from 2.3.0 to 2.3.1 (#374)9cd402cBump 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
clickfrom 8.1.6 to 8.1.7Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
874ca2brelease version 8.1.76e1f6d3completion(fish): add back ; as line endings in fish script (#2570)a955c77update fish enabling script3c1529eadd back semicolons in fish scripta260ca6Replace bash shell completion version error with warning (#2576)d9db70cbash version support shows warning instead of error22b9b1cFix incorrect passing of flags to re.sub (#2581)d69d210fix flake8 findingaf2da1eFix incorrect passing of flags to re.subbb6a872start version 8.1.7Updates
cryptographyfrom 41.0.2 to 41.0.7Changelog
Sourced from cryptography's changelog.
Commits
4054596Backport LibreSSL 3.8.2 support for a 41.0.7 release (#9931)f09c26141.0.6 release (#9927)5012bedbump for 41.0.5 release (#9766)563b119Added binding needed for pyOpenSSL (#9739) (#9740)fc11bcebump for 41.0.4 (#9629)b22271cbump for 41.0.3 (#9330)774a4a1Only check DH key validity when loading a private key. (#9071) (#9319)bfa4d95changelog for 41.0.3 (#9320)0da7165backport fix the memory leak in fixedpool (#9272) (#9309)Updates
exceptiongroupfrom 1.1.2 to 1.2.0Release notes
Sourced from exceptiongroup's releases.
Changelog
Sourced from exceptiongroup's changelog.
... (truncated)
Commits
4e2df21Added the release versionf7c00cfBackportedcontextlib.suppressfrom Python 3.12.1 (#95)1ede26fEnabled pyupgrade ruff rules767e62bEliminated pyupgrade and black in favor of ruff/ruff-formatd025269Fixed bareraisein a handler not raising an exception group4357e11Updated the checkout action to the latest versione299167[pre-commit.ci] pre-commit autoupdate (#94)4e4e879[pre-commit.ci] pre-commit autoupdate (#92)27a2963[pre-commit.ci] pre-commit autoupdate (#90)fae9d9aMonkeypatch Apport excepthook (#88)Updates
frozenlistfrom 1.4.0 to 1.4.1Release notes
Sourced from frozenlist's releases.
... (truncated)
Changelog
Sourced from frozenlist's changelog.
... (truncated)
Commits
457b28e⇪📦 Bump to v1.4.14998859📝 Mark "dev" as a known word3d740da⇪📦 Bump to v1.4.1.dev0d92751c🧪 Cache pre-commit.com virtualenvs @ CI7394415🧪🐛 List explicit MyPy coverage.xml paths @ CIa26ba84🧪 Update codecov action input to pluralfilese12ecf6🧪 Upload MyPy coverage to Codecov59b9a74🐛🧪 Fix the operator intest_lt01720b2🧪 Keep building macosx_x86_64 wheels for testsd9f5e0c🧪💅 Add a reusable project name var to CI/CDUpdates
gitdbfrom 4.0.10 to 4.0.11Release notes
Sourced from gitdb's releases.
Commits
2057ae6bump versions to prepare for next release6a22706Merge pull request #100 from gitpython-developers/dependabot/submodules/gitdb...8e61396Bump gitdb/ext/smmap from334ef84tof1ace759ea0635Merge pull request #99 from EliahKagan/submodule-dependabot12db86cHave Dependabot update smmap submodule dependency8ec2390Merge pull request #98 from DeflateAwning/patch-170098c9Add all to exc for linting256d341Merge pull request #97 from EliahKagan/312stable00bbc44No longer treat 3.12 as experimental on CIcd8da41Run CI on all branchesUpdates
gitpythonfrom 3.1.32 to 3.1.40Release notes
Sourced from gitpython's releases.