-
Notifications
You must be signed in to change notification settings - Fork 6
Bump the pip group across 1 directory with 17 updates #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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/pip-ba0bc8faf2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Bumps the pip group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.26.0` | `2.32.2` | | [httpx](https://github.com/encode/httpx) | `0.18.2` | `0.23.0` | | [fastapi](https://github.com/tiangolo/fastapi) | `0.68.2` | `0.109.1` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `22.0.0` | | [pydantic](https://github.com/pydantic/pydantic) | `1.8.2` | `1.10.13` | | [pyramid](https://github.com/Pylons/pyramid) | `2.0` | `2.0.2` | | [python-multipart](https://github.com/andrew-d/python-multipart) | `0.0.5` | `0.0.7` | | [black](https://github.com/psf/black) | `21.5b0` | `24.3.0` | | [ipython](https://github.com/ipython/ipython) | `7.28.0` | `8.10.0` | | [certifi](https://github.com/certifi/python-certifi) | `2021.10.8` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `35.0.0` | `42.0.4` | | [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) | `0.17.0` | `0.19.0` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.24` | `3.1.41` | | [idna](https://github.com/kjd/idna) | `3.2` | `3.7` | | [py](https://github.com/pytest-dev/py) | `1.10.0` | `1.11.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.7` | `1.26.19` | Updates `requests` from 2.26.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.26.0...v2.32.2) Updates `httpx` from 0.18.2 to 0.23.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.18.2...0.23.0) Updates `fastapi` from 0.68.2 to 0.109.1 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.68.2...0.109.1) Updates `gunicorn` from 20.1.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...22.0.0) Updates `pydantic` from 1.8.2 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.8.2...v1.10.13) Updates `pyramid` from 2.0 to 2.0.2 - [Changelog](https://github.com/Pylons/pyramid/blob/2.0.2/CHANGES.rst) - [Commits](Pylons/pyramid@2.0...2.0.2) Updates `python-multipart` from 0.0.5 to 0.0.7 - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.5...0.0.7) Updates `black` from 21.5b0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/24.3.0) Updates `ipython` from 7.28.0 to 8.10.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.28.0...8.10.0) Updates `certifi` from 2021.10.8 to 2024.7.4 - [Commits](certifi/python-certifi@2021.10.08...2024.07.04) Updates `cryptography` from 35.0.0 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@35.0.0...42.0.4) Updates `ecdsa` from 0.17.0 to 0.19.0 - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](tlsfuzzer/python-ecdsa@python-ecdsa-0.17.0...python-ecdsa-0.19.0) Updates `gitpython` from 3.1.24 to 3.1.41 - [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.24...3.1.41) Updates `idna` from 3.2 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.2...v3.7) Updates `py` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/py@1.10.0...1.11.0) Updates `starlette` from 0.14.2 to 0.35.1 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.14.2...0.35.1) Updates `urllib3` from 1.26.7 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.7...1.26.19) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: httpx dependency-type: direct:production dependency-group: pip - dependency-name: fastapi dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: pyramid dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: ipython dependency-type: direct:development dependency-group: pip - dependency-name: certifi dependency-type: indirect dependency-group: pip - dependency-name: cryptography dependency-type: indirect dependency-group: pip - dependency-name: ecdsa dependency-type: indirect dependency-group: pip - dependency-name: gitpython dependency-type: indirect dependency-group: pip - dependency-name: idna dependency-type: indirect dependency-group: pip - dependency-name: py dependency-type: indirect dependency-group: pip - dependency-name: starlette dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
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 pip group with 16 updates in the / directory:
2.26.02.32.20.18.20.23.00.68.20.109.120.1.022.0.01.8.21.10.132.02.0.20.0.50.0.721.5b024.3.07.28.08.10.02021.10.82024.7.435.0.042.0.40.17.00.19.03.1.243.1.413.23.71.10.01.11.01.26.71.26.19Updates
requestsfrom 2.26.0 to 2.32.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
88dce9dv2.32.2c98e4d1Merge pull request #6710 from nateprewitt/api_rename92075b3Add deprecation warningaa1461bMove _get_connection to get_connection_with_tls_context970e8cev2.32.1d6ebc4av2.32.09a40d12Avoid reloading root certificates to improve concurrent performance (#6667)0c030f7Merge pull request #6702 from nateprewitt/no_char_detection555b870Allow character detection dependencies to be optional in post-packaging stepsd6dded3Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-testUpdates
httpxfrom 0.18.2 to 0.23.0Release notes
Sourced from httpx's releases.
... (truncated)
Changelog
Sourced from httpx's changelog.
... (truncated)
Commits
89cdd90Version 0.23.0 (#2214)1c33a28Make charset auto-detection optional. (#2165)940d61bRemoved curio from async.md (#2240)14a1704Switch to explicittyping.Optionalthroughout (#2096)9673a35Drop async_generator requirement (#2228)5eba32aRemoveRequestBodyUnavailablefrom module docstring (#2226)6f31bc4Bump mkdocs-material from 8.1.4 to 8.2.14 (#2218)c5eb4b8Bump cryptography from 36.0.2 to 37.0.2 (#2217)1a526cfBump actions/checkout from 2 to 3 (#2216)7a53543Bump actions/setup-python from 1 to 3 (#2215)Updates
fastapifrom 0.68.2 to 0.109.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
7633d15🔖 Release version 0.109.1a4de147📝 Update release notes9d34ad0Merge pull request from GHSA-qf9m-vfgh-m389ebf9723📝 Update release notes8590d0c👥 Update FastAPI People (#11074)063d7ff📝 Update release notes3c81e62🌐 Add Spanish translation fordocs/es/docs/external-links.md(#10933)6c4a143📝 Update release notesd254e2f🌐 Update Korean translation fordocs/ko/docs/tutorial/first-steps.md, `docs...6f6e786📝 Update release notesUpdates
gunicornfrom 20.1.0 to 22.0.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
f63d59ebump to 22.04ac81e0Merge pull request #3175 from e-kwsm/typo401cecfMerge pull request #3179 from dhdaines/exclude-eventlet-03600243ec3fix(deps): exclude eventlet 0.36.0628a0bcchore: fix typos88fc4a4Merge pull request #3131 from pajod/patch-py12-rebaseddeae2fcCI: back off the agressive timeoutf470382docs: promise 3.12 compat5e30bfaadd changelog to project.urls (updated for PEP621)481c3f9remove setup.cfg - overridden by pyproject.tomlUpdates
pydanticfrom 1.8.2 to 1.10.13Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
8822578Prepare release 1.10.13 (#7674)59d8f38[Backport] Add max length check tovalidate_email(#7673)69b92b5Make the v1 mypy plugin work with both v1 and v2 (#6920)87bf417Update pip commands to install 1.10 (#6930)d9c2af3Prepare release 1.10.12 (#6825)2aaddf6Deque's maxlen property dropped on V1 validation (#6586)15c82d9Prepare for 1.10.11 (#6420)8750c37no longer tag docs release as latest2c0e2a6Fix import of create_model in tools.py (#6364)0e8a387Prepare for 1.10.10 (#6308)Updates
pyramidfrom 2.0 to 2.0.2Changelog
Sourced from pyramid's changelog.
... (truncated)
Commits
2bb8eabprep 2.0.2f438547fix rtd format80f288aadd readthedocs.yamld1cbbcffix lint1352ca8Merge branch 'backport-jp_exploit_fix' into 2.0-branch8dc51afupdate changelog for 2.0.2538a706appease linteraca5337appease linter6623dfcre-add integration tests (bad merge) and add integration test for nulbyte che...2b74cc2add integration testsUpdates
python-multipartfrom 0.0.5 to 0.0.7Changelog
Sourced from python-multipart's changelog.
Commits
c83e6daVersion 0.0.7 (#77)fb7d3c9Bump pygments from 2.7.4 to 2.15.0 (#66)20f0ef6♻️ Refactor header option parser to use the standard library instead of a cus...d3d16daUse latest invoke version (2.2.0) (#73)8e59febUse single quotes to avoid special zsh chars '[' and ']' (#71)86d422cUpdate changelog URL (#68)3929f8eMove tests folder to root folder (#61)4ccfb3aVersion 0.0.6 (#60)a4f2f40✨ Setup automated releases (#57)878a57dFix typos (#53)Updates
blackfrom 21.5b0 to 24.3.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.