-
Notifications
You must be signed in to change notification settings - Fork 27
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
⬆️ chore(deps): Bump the all group with 23 updates #63
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 all group with 23 updates: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `3.7.1` | `4.3.0` | | [beanie](https://github.com/roman-right/beanie) | `1.23.6` | `1.25.0` | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` | | [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.6.1` | | [fastapi](https://github.com/tiangolo/fastapi) | `0.105.0` | `0.110.0` | | [httpcore](https://github.com/encode/httpcore) | `1.0.2` | `1.0.5` | | [httpx](https://github.com/encode/httpx) | `0.26.0` | `0.27.0` | | [llvmlite](https://github.com/numba/llvmlite) | `0.41.1` | `0.42.0` | | [motor](https://github.com/mongodb/motor) | `3.3.2` | `3.4.0` | | [numba](https://github.com/numba/numba) | `0.58.1` | `0.59.1` | | [numpy](https://github.com/numpy/numpy) | `1.26.2` | `1.26.4` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.3.0` | `1.4.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.5.3` | `2.6.4` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.14.6` | `2.17.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.6.1` | `4.6.3` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.1.1` | | [pytz](https://github.com/stub42/pytz) | `2023.3.post1` | `2024.1` | | [scipy](https://github.com/scipy/scipy) | `1.11.4` | `1.12.0` | | [sniffio](https://github.com/python-trio/sniffio) | `1.3.0` | `1.3.1` | | [starlette](https://github.com/encode/starlette) | `0.27.0` | `0.37.2` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.10.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.25.0` | `0.29.0` | Updates `anyio` from 3.7.1 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@3.7.1...4.3.0) Updates `beanie` from 1.23.6 to 1.25.0 - [Release notes](https://github.com/roman-right/beanie/releases) - [Changelog](https://github.com/roman-right/beanie/blob/main/docs/changelog.md) - [Commits](BeanieODM/beanie@1.23.6...1.25.0) Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](certifi/python-certifi@2023.11.17...2024.02.02) Updates `dnspython` from 2.4.2 to 2.6.1 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.4.2...v2.6.1) Updates `fastapi` from 0.105.0 to 0.110.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.105.0...0.110.0) Updates `httpcore` from 1.0.2 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.2...1.0.5) 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 `llvmlite` from 0.41.1 to 0.42.0 - [Release notes](https://github.com/numba/llvmlite/releases) - [Commits](numba/llvmlite@v0.41.1...v0.42.0) Updates `motor` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/mongodb/motor/releases) - [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst) - [Commits](mongodb/motor@3.3.2...3.4.0) Updates `numba` from 0.58.1 to 0.59.1 - [Release notes](https://github.com/numba/numba/releases) - [Commits](numba/numba@0.58.1...0.59.1) Updates `numpy` from 1.26.2 to 1.26.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.2...v1.26.4) 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 `pluggy` from 1.3.0 to 1.4.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.3.0...1.4.0) Updates `pydantic` from 2.5.3 to 2.6.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.5.3...v2.6.4) Updates `pydantic-core` from 2.14.6 to 2.17.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.14.6...v2.17.0) Updates `pymongo` from 4.6.1 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.6.1...4.6.3) Updates `pytest` from 7.4.3 to 8.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.3...8.1.1) Updates `pytz` from 2023.3.post1 to 2024.1 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2023.3.post1...release_2024.1) Updates `scipy` from 1.11.4 to 1.12.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.11.4...v1.12.0) Updates `sniffio` from 1.3.0 to 1.3.1 - [Commits](python-trio/sniffio@v1.3.0...v1.3.1) Updates `starlette` from 0.27.0 to 0.37.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.27.0...0.37.2) 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 `uvicorn` from 0.25.0 to 0.29.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.25.0...0.29.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: beanie dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: llvmlite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: motor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: numba dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: pluggy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: sniffio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Apr 1, 2024
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
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
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 all group with 23 updates:
3.7.1
4.3.0
1.23.6
1.25.0
2023.11.17
2024.2.2
2.4.2
2.6.1
0.105.0
0.110.0
1.0.2
1.0.5
0.26.0
0.27.0
0.41.1
0.42.0
3.3.2
3.4.0
0.58.1
0.59.1
1.26.2
1.26.4
23.2
24.0
1.3.0
1.4.0
2.5.3
2.6.4
2.14.6
2.17.0
4.6.1
4.6.3
7.4.3
8.1.1
2023.3.post1
2024.1
1.11.4
1.12.0
1.3.0
1.3.1
0.27.0
0.37.2
4.9.0
4.10.0
0.25.0
0.29.0
Updates
anyio
from 3.7.1 to 4.3.0Release notes
Sourced from anyio's releases.
... (truncated)
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
437a7e3
Bumped up the version1ce32e5
Updated the upload/download artifact actionsd39c837
[pre-commit.ci] pre-commit autoupdate (#690)ba48ea8
Added the network marker to some tests that need DNS (#687)5426f7b
Remove conditionals and workarounds for Python interpreter versions 3.7 and o...7565f31
[pre-commit.ci] pre-commit autoupdate (#684)137de70
Fixed documentation on providing custom typed attributes (#683)8b8806c
Fixed typo (#681)1e60219
Fixedrun_process()
andopen_process().__aexit__
leaking an orphan proces...3f14df8
[pre-commit.ci] pre-commit autoupdate (#676)Updates
beanie
from 1.23.6 to 1.25.0Release notes
Sourced from beanie's releases.
... (truncated)
Changelog
Sourced from beanie's changelog.
... (truncated)
Commits
72b35f9
Version/1.25.0 (#844)3258326
Limit Nesting Level of Linked Documents (#834)7c49b91
Sync Method (#831)ced7168
ko-fi buttons (#843)99312f6
Create FUNDING.yml (#842)8fa4068
Update migration command to enable/disable transactions (#828)63542eb
Fix: FindInterface type-hints break on View models (#819)9056fbb
fix: count with text queries and links (#826)e876e1a
Encode date objects (#816)f2e1439
version | 1.24.0 (#815)Updates
certifi
from 2023.11.17 to 2024.2.2Commits
45eb611
2024.02.02 (#266)83f4f04
fix leaking certificate issue (#265)bbf2208
Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#264)9e837a5
Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#262)05d071b
Bump actions/upload-artifact from 4.0.0 to 4.1.0 (#261)2a3088a
Bump actions/download-artifact from 4.1.0 to 4.1.1 (#260)d4ca66e
Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#258)5d15663
Bump actions/download-artifact from 3.0.2 to 4.1.0 (#257)d66ef9d
Bump actions/setup-python from 4.7.1 to 5.0.0 (#256)8f0d412
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#255)Updates
dnspython
from 2.4.2 to 2.6.1Release notes
Sourced from dnspython's releases.
Changelog
Sourced from dnspython's changelog.
... (truncated)
Commits
0a742b9
update CI0ea5ad0
The Tudoor fix should not eat valid Truncated exceptions #1053 (#1054)f12d398
2.6.1 version prepcecb853
Further improve CVE fix coverage to 100% for sync and async.7952e31
test IgnoreErrorse093299
For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.3af9f78
2.6.0 versioningca63d95
Require cryptography >=41 instead of 42.902cbf3
Create CODE_OF_CONDUCT.mded9795f
github contributing and pull request templateUpdates
fastapi
from 0.105.0 to 0.110.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
e40747f
🔖 Release version 0.110.032b56a8
📝 Update release notesb6b0f2a
📝 Update release notesbf771bd
🐛 Fix unhandled growing memory for internal server errors, refactor dependenc...6336604
📝 Update release notescb93874
📝 Update release notes9210e6a
🌐 Add German translation fordocs/de/docs/reference/background.md
(#10820)dec45c5
🌐 Add German translation fordocs/de/docs/reference/templating.md
(#10842)5da35ff
📝 Update release notes626b066
🌐 Add German translation fordocs/de/docs/external-links.md
(#10852)Updates
httpcore
from 1.0.2 to 1.0.5Release notes
Sourced from httpcore's releases.
Changelog
Sourced from httpcore's changelog.
Commits
1851ac3
Version 1.0.5 (#904)4565838
Update trio dependency... (#903)fbbd909
HandleEndOfStream
for anyio backend (#899)10481ce
Fixed typo inRequest
class docstring. (#898)7b39e6a
Bump the python-packages group with 6 updates (#896)5c9be94
bump to v0.3.0 && format (#895)5518172
Moveunasync.py
toscripts
(#891)14bda52
Version 1.0.4 (#892)80d21ee
Addtarget
request extension (#888)accae7b
Fix support for connection Upgrade and CONNECT when some data in the stream h...Updates
httpx
from 0.26.0 to 0.27.0Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
326b943
Version 0.27.0 (#3095)3faa4a8
Improve 'Custom transports' docs (#3081)c51af4b
Extensions docs (#3080)cabd1c0
Deprecateapp=...
in favor of explicitWSGITransport
/ASGITransport
. (#3...6f46152
Bump the python-packages group with 6 updates (#3077)37a2901
Mention NO_PROXY environment variable on Advanced Usage page (#3066)371b6e9
Use__future__.annotations
(#3068)4f6edf3
testparse_header_links
via public api (#3061)c7cd6aa
testobfuscate_sensitive_headers
via public api (#3063)15f9253
Drop outdated section (#3057)Updates
llvmlite
from 0.41.1 to 0.42.0Commits
b2a26aa
Merge pull request #1029 from stuartarchibald/wip/change_log_0_42_0_final2c3dae0
Update CHANGE_LOG for 0.42.0 final.c0c7726
Initialize 0.42 branchf22420a
Merge pull request #1021 from gmarkall/release-notes-04283a8829
Update CHANGE_LOGab073f5
Add release notes for 0.42.0rc14292eea
Merge pull request #978 from tbennun/type-query-480bb55b
Add test for is_function_vararg on non-function typefe53feb
Merge remote-tracking branch 'origin/main' into pr/978e70590f
Merge pull request #1019 from diptorupd/add_convergent_attributeUpdates
motor
from 3.3.2 to 3.4.0Release notes
Sourced from motor's releases.
Changelog
Sourced from motor's changelog.
Commits
19eeb29
BUMP 3.4.072e8655
MOTOR-1286 Update Changelog for 3.4.0 (#273)0f1a6cd
[Motor-1175] Document Network Compression (#271)7bcea04
MOTOR-1279 Improve Motor Typing (#269)f4832d9
MOTOR-1284 Fix Cryptography Install on PyPy3.8 (#270)2d35987
[MOTOR-1269] Exclude Synchro test TestUnifiedInterruptInUsePoolClear (#268)1414d0f
MOTOR-1282 Stop using filemd5 in docs example for db.command (#267)9d00dd2
MOTOR-1277 Limit when pull request-specific tasks are run (#266)228e76a
MOTOR-1271 Use GitHub App to Auto Assign Reviewer (#265)e8a6d6d
MOTOR-1257 key_id can be passed as UUID with pymongo>=4.7 (#264)Updates
numba
from 0.58.1 to 0.59.1Release notes
Sourced from numba's releases.
Commits
9ce83ef
Merge pull request #9480 from sklam/misc/rel0.59.1_patches58b4954
Update docs/source/user/installing.rstb39bdf2
Reduce thread use to avoid stuck in TBB on machines with high thread count.3411945
Bump release datedb03908
Skip test_issue9490_non_det_ssa_problem for PPCd39f16b
Update changeloga0eb243
Merge pull request #9491 from sklam/fix/iss9490e503a5d
Remove release notes for 0.59.180211ed
Add 0.59.1 release noteaae4820
Remove notes from 0.59.0Updates
numpy
from 1.26.2 to 1.26.4Release notes
Sourced from numpy's releases.
... (truncated)
Commits
9815c16
Merge pull request #25770 from charris/prepare-1.26.4114ed25
REL: Prepare for the NumPy 1.26.4 release2fae4d3
Merge pull request #25323 from stefanor/import-asstrce89a0a
Merge pull request #25756 from charris/backport-24711f62dfc6
Merge pull request #25755 from charris/backport-25709fee88ab
BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)659be68
MAINT: Include header defining backtrace837cd38
Merge pull request #25748 from rgommers/unvendor-mesonpythonf984240
CI: upgrade cibuildwheel from 2.16.4 to 2.16.5 [wheel build]3548f9d
BLD: unvendor meson-python [wheel build]Updates
packaging
from 23.2 to 24.0Release notes
Sourced from packaging's releases.