chore(deps): bump the dependencies group with 16 updates#515
Merged
Conversation
abc8f08 to
0dff74a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #515 +/- ##
==========================================
- Coverage 83.59% 83.41% -0.18%
==========================================
Files 52 52
Lines 2786 2786
Branches 434 434
==========================================
- Hits 2329 2324 -5
- Misses 344 348 +4
- Partials 113 114 +1 ☔ View full report in Codecov by Sentry. |
Owner
|
@dependabot rebase |
Bumps the dependencies group with 16 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.1` | `3.9.3` | | [anyio](https://github.com/agronholm/anyio) | `4.2.0` | `4.3.0` | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `42.0.5` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.40` | `3.1.42` | | [httpcore](https://github.com/encode/httpcore) | `1.0.2` | `1.0.4` | | [httpx](https://github.com/encode/httpx) | `0.26.0` | `0.27.0` | | [multidict](https://github.com/aio-libs/multidict) | `6.0.4` | `6.0.5` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0` | | [python-slugify](https://github.com/un33k/python-slugify) | `8.0.1` | `8.0.4` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.39.1` | `1.40.6` | | [sniffio](https://github.com/python-trio/sniffio) | `1.3.0` | `1.3.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.10.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.1` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.2.12` | `0.2.13` | | [wikitextparser](https://github.com/5j9/wikitextparser) | `0.55.7` | `0.55.8` | Updates `aiohttp` from 3.9.1 to 3.9.3 - [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.9.1...v3.9.3) Updates `anyio` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.2.0...4.3.0) Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](certifi/python-certifi@2023.11.17...2024.02.02) Updates `cryptography` from 41.0.7 to 42.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.7...42.0.5) Updates `gitpython` from 3.1.40 to 3.1.42 - [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.40...3.1.42) Updates `httpcore` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@1.0.2...1.0.4) Updates `httpx` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.26.0...0.27.0) Updates `multidict` from 6.0.4 to 6.0.5 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.0.4...v6.0.5) Updates `python-dateutil` from 2.8.2 to 2.9.0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.8.2...2.9.0) Updates `python-slugify` from 8.0.1 to 8.0.4 - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](un33k/python-slugify@v8.0.1...v8.0.4) Updates `sentry-sdk` from 1.39.1 to 1.40.6 - [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.40.6) Updates `sniffio` from 1.3.0 to 1.3.1 - [Commits](python-trio/sniffio@v1.3.0...v1.3.1) Updates `typing-extensions` from 4.9.0 to 4.10.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.9.0...4.10.0) Updates `urllib3` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.1.0...2.2.1) Updates `wcwidth` from 0.2.12 to 0.2.13 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.2.12...0.2.13) Updates `wikitextparser` from 0.55.7 to 0.55.8 - [Changelog](https://github.com/5j9/wikitextparser/blob/master/CHANGELOG.rst) - [Commits](5j9/wikitextparser@v0.55.7...v0.55.8) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: anyio 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-major dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major 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: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: python-slugify 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 - dependency-name: sniffio 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-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
0dff74a to
d273428
Compare
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 16 updates:
3.9.13.9.34.2.04.3.02023.11.172024.2.241.0.742.0.53.1.403.1.421.0.21.0.40.26.00.27.06.0.46.0.52.8.22.9.08.0.18.0.41.39.11.40.61.3.01.3.14.9.04.10.02.1.02.2.10.2.120.2.130.55.70.55.8Updates
aiohttpfrom 3.9.1 to 3.9.3Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
bf4edceRelease v3.9.3 (#8102)5637e8f[PR #8098/aca206fc backport][3.9] Fix backwards compatibility with ssl (#8101)33f49e8Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 (#8092)5ff4b3cUpdate version94462ee[PR #3957/79fe2045 backport][3.9] Improve test suite handling of paths, temp ...24a6d64Release v3.9.2 (#8082)9118a58[PR #8079/1c335944 backport][3.9] Validate static paths (#8080)435ad46[PR #3955/8960063e backport][3.9] Replace all tmpdir fixtures with tmp_path (...d33bc21Improve validation in HTTP parser (#8074) (#8078)0d945d1[PR #7916/822fbc74 backport][3.9] Add more information to contributing page (...Updates
anyiofrom 4.2.0 to 4.3.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
437a7e3Bumped up the version1ce32e5Updated the upload/download artifact actionsd39c837[pre-commit.ci] pre-commit autoupdate (#690)ba48ea8Added the network marker to some tests that need DNS (#687)5426f7bRemove conditionals and workarounds for Python interpreter versions 3.7 and o...7565f31[pre-commit.ci] pre-commit autoupdate (#684)137de70Fixed documentation on providing custom typed attributes (#683)8b8806cFixed typo (#681)1e60219Fixedrun_process()andopen_process().__aexit__leaking an orphan proces...3f14df8[pre-commit.ci] pre-commit autoupdate (#676)Updates
certififrom 2023.11.17 to 2024.2.2Commits
45eb6112024.02.02 (#266)83f4f04fix leaking certificate issue (#265)bbf2208Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#264)9e837a5Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#262)05d071bBump actions/upload-artifact from 4.0.0 to 4.1.0 (#261)2a3088aBump actions/download-artifact from 4.1.0 to 4.1.1 (#260)d4ca66eBump actions/upload-artifact from 3.1.3 to 4.0.0 (#258)5d15663Bump actions/download-artifact from 3.0.2 to 4.1.0 (#257)d66ef9dBump actions/setup-python from 4.7.1 to 5.0.0 (#256)8f0d412Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#255)Updates
cryptographyfrom 41.0.7 to 42.0.5Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
33833f0Release 42.0.5 (#10470)4be53bfAdded a budget for NC checks to protect against DoS (#10467) (#10468)8e9de30Bump pyo3 from 0.20.2 to 0.20.3 in /src/rust (#10462) (#10465)fe18470Bump for 42.0.4 release (#10445)aaa2dd0Fix ASN.1 issues in PKCS#7 and S/MIME signing (#10373) (#10442)7a4d012Fixes #10422 -- don't crash when a PKCS#12 key and cert don't match (#10423) ...df314bbbackport actions m1 switch to 42.0.x (#10415)c49a7a5changelog and version bump for 42.0.3 (#10396)396bcf6fix provider loading take two (#10390) (#10395)0e0e46fbackport: initialize openssl's legacy provider in rust (#10323) (#10333)Updates
gitpythonfrom 3.1.40 to 3.1.42Release notes
Sourced from gitpython's releases.
... (truncated)
Commits
1f37b48prepare the next release9caf3aeMerge pull request #1825 from EliahKagan/tree-test2613421Merge pull request #1823 from marcm-ml/masterb780a8cTweak@with_rw_directoryand go back to using it0114a99Use more ligtweight approach to guarantee deletion90cf4d7Fix new PermissionError in Windows with Python 3.7dd42e38Keep temp files out of project dir and improve cleanup2671167Remove deprecated section in README.md7ba3fd2Bump Vampire/setup-wsl from 2.0.2 to 3.0.0e75ea98Bump pre-commit/action from 3.0.0 to 3.0.1Updates
httpcorefrom 1.0.2 to 1.0.4Release notes
Sourced from httpcore's releases.
Changelog
Sourced from httpcore's changelog.
Commits
14bda52Version 1.0.4 (#892)80d21eeAddtargetrequest extension (#888)accae7bFix support for connection Upgrade and CONNECT when some data in the stream h...c468024Bump the python-packages group with 4 updates (#890)c02733dGroup dependencies on dependabot updates (#885)908013cVersion 1.0.3 (#883)7b04cdaSafe async cancellations. (#880)79fa6bfBump ruff from 0.1.9 to 0.2.1 (#881)416b89cBump mkdocs-material from 9.4.14 to 9.5.7 (#878)9f82244Bump coverage[toml] from 7.3.2 to 7.4.1 (#877)Updates
httpxfrom 0.26.0 to 0.27.0Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
326b943Version 0.27.0 (#3095)3faa4a8Improve 'Custom transports' docs (#3081)c51af4bExtensions docs (#3080)cabd1c0Deprecateapp=...in favor of explicitWSGITransport/ASGITransport. (#3...6f46152Bump the python-packages group with 6 updates (#3077)37a2901Mention NO_PROXY environment variable on Advanced Usage page (#3066)371b6e9Use__future__.annotations(#3068)4f6edf3testparse_header_linksvia public api (#3061)c7cd6aatestobfuscate_sensitive_headersvia public api (#3063)15f9253Drop outdated section (#3057)Updates
multidictfrom 6.0.4 to 6.0.5Release notes
Sourced from multidict's releases.
... (truncated)
Changelog
Sourced from multidict's changelog.
... (truncated)
Commits
a9b281b⇪ 📦 Release v6.0.5ed825c8🧪 Download artifacts todist/@ release job7b04a64🧪 Normalize issue refs @ release action74840e8🧪 Pass Codecov token to reusable linters job41c133e🧪 Bump Codecov action to v4adb1976📝 Fix return type @ Sphinx config99e435f📝 Mention bylines in the changelog guidelines736169e📝 Clarify need to only ref PR @ change note name887846f📝 Highlight the RST term @ changelog guide8f57f8a📝 Add a missing comma @ changelog guideUpdates
python-dateutilfrom 2.8.2 to 2.9.0Release notes
Sourced from python-dateutil's releases.
Changelog
Sourced from python-dateutil's changelog.
Commits
db9d018Merge pull request #1343 from pganssle/release_2.9.0423ca2fRun updatezinfo before buildedd3fd4Update NEWS filefe02d02Run towncrier with Python 3.119c7524aFix MANIFEST.in pattern6de58f5Update classifiers to include Python 3.128fe0cabMerge pull request #1342 from pganssle/update_zoneinfoeb44095Update zonefile_metadata to 2024a0586f4aMerge pull request #1319 from dateutil/update_rtd9fb7b15Update readthedocs configurationUpdates
python-slugifyfrom 8.0.1 to 8.0.4Changelog
Sourced from python-slugify's changelog.
Commits
f85f948Merge branch 'master' into ci2433548Uppercase handling of special chars (#149)8fd20c6format8bb1514up versiona243ccdfix uppercase pre-translations (#148)0116509Merge branch 'master' into ci26b81c2Drop compatibility for unsupported Python Version (#147)e3cd9cdUpVersionab9ee93Merge branch 'master' into cie4c6700Remove compatibility with unsupported Python versions (#146)Updates
sentry-sdkfrom 1.39.1 to 1.40.6Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from