generated from rafsaf/minimal-fastapi-postgres-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump the all-dependencies group across 1 directory with 41 updates #18
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/all-dependencies-131b09be15
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 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-dependencies group with 39 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.13.1` | `1.13.2` | | [bcrypt](https://github.com/pyca/bcrypt) | `4.1.3` | `4.2.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.111.0` | `0.115.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.7.1` | `2.9.2` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.2.1` | `2.5.2` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.8.0` | `2.9.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.9` | `0.0.10` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.30` | `2.0.35` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.6.1` | | [freezegun](https://github.com/spulec/freezegun) | `1.5.0` | `1.5.1` | | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.0` | `3.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.3` | `0.6.7` | | [types-passlib](https://github.com/python/typeshed) | `1.7.7.20240327` | `1.7.7.20240819` | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.6` | | [annotated-types](https://github.com/annotated-types/annotated-types) | `0.6.0` | `0.7.0` | | [anyio](https://github.com/agronholm/anyio) | `4.3.0` | `4.6.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.8.30` | | [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.1` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.1` | `2.2.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.14.0` | `3.16.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.3` | `3.1.1` | | [identify](https://github.com/pre-commit/identify) | `2.5.36` | `2.6.1` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.3` | `1.3.5` | | [nodeenv](https://github.com/ekalinin/nodeenv) | `1.8.0` | `1.9.1` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.1` | `4.3.6` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [setuptools](https://github.com/pypa/setuptools) | `69.5.1` | `75.1.0` | | [starlette](https://github.com/encode/starlette) | `0.37.2` | `0.38.6` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [uvloop](https://github.com/MagicStack/uvloop) | `0.19.0` | `0.20.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.1` | `20.26.5` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.21.0` | `0.24.0` | | [websockets](https://github.com/python-websockets/websockets) | `12.0` | `13.1` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `6.3` | `7.0.3` | Updates `alembic` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `bcrypt` from 4.1.3 to 4.2.0 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](pyca/bcrypt@4.1.3...4.2.0) Updates `fastapi` from 0.111.0 to 0.115.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.111.0...0.115.0) Updates `pydantic` from 2.7.1 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.1...v2.9.2) Updates `pydantic-settings` from 2.2.1 to 2.5.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.2.1...v2.5.2) Updates `pyjwt` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.8.0...2.9.0) Updates `python-multipart` from 0.0.9 to 0.0.10 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.9...0.0.10) Updates `sqlalchemy` from 2.0.30 to 2.0.35 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `coverage` from 7.5.1 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.1...7.6.1) Updates `freezegun` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@1.5.0...1.5.1) Updates `httpx` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.27.2) Updates `mypy` from 1.10.0 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.11.2) Updates `pre-commit` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.7.0...v3.8.0) Updates `pytest` from 8.2.0 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...8.3.3) Updates `ruff` from 0.4.3 to 0.6.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.3...0.6.7) Updates `types-passlib` from 1.7.7.20240327 to 1.7.7.20240819 - [Commits](https://github.com/python/typeshed/commits) Updates `uvicorn` from 0.29.0 to 0.30.6 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.29.0...0.30.6) Updates `annotated-types` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/annotated-types/annotated-types/releases) - [Commits](annotated-types/annotated-types@v0.6.0...v0.7.0) Updates `anyio` from 4.3.0 to 4.6.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.3.0...4.6.0) Updates `certifi` from 2024.2.2 to 2024.8.30 - [Commits](certifi/python-certifi@2024.02.02...2024.08.30) Updates `cffi` from 1.16.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.16.0...v1.17.1) Updates `email-validator` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](JoshData/python-email-validator@v2.1.1...v2.2.0) Updates `filelock` from 3.14.0 to 3.16.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.14.0...3.16.1) Updates `greenlet` from 3.0.3 to 3.1.1 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.0.3...3.1.1) Updates `identify` from 2.5.36 to 2.6.1 - [Commits](pre-commit/identify@v2.5.36...v2.6.1) Updates `idna` from 3.7 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.7...v3.10) Updates `mako` from 1.3.3 to 1.3.5 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `nodeenv` from 1.8.0 to 1.9.1 - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](ekalinin/nodeenv@1.8.0...1.9.1) Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.1) Updates `platformdirs` from 4.2.1 to 4.3.6 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.1...4.3.6) Updates `pydantic-core` from 2.18.2 to 2.23.4 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.18.2...v2.23.4) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) Updates `setuptools` from 69.5.1 to 75.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.5.1...v75.1.0) Updates `starlette` from 0.37.2 to 0.38.6 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.37.2...0.38.6) Updates `typing-extensions` from 4.11.0 to 4.12.2 - [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.11.0...4.12.2) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.2.3) Updates `uvloop` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](MagicStack/uvloop@v0.19.0...v0.20.0) Updates `virtualenv` from 20.26.1 to 20.26.5 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.26.1...20.26.5) Updates `watchfiles` from 0.21.0 to 0.24.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v0.21.0...v0.24.0) Updates `websockets` from 12.0 to 13.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@12.0...13.1) Updates `zope-interface` from 6.3 to 7.0.3 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.interface@6.3...7.0.3) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: freezegun dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: types-passlib dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: uvicorn dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: annotated-types dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: cffi dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: email-validator dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: greenlet dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: idna dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: mako dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: nodeenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-core dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyyaml dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typing-extensions dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: uvloop dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: watchfiles dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: zope-interface dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies ... 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
Sep 23, 2024
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-dependencies group with 39 updates in the / directory:
1.13.1
1.13.2
4.1.3
4.2.0
0.111.0
0.115.0
2.7.1
2.9.2
2.2.1
2.5.2
2.8.0
2.9.0
0.0.9
0.0.10
2.0.30
2.0.35
7.5.1
7.6.1
1.5.0
1.5.1
0.27.0
0.27.2
1.10.0
1.11.2
3.7.0
3.8.0
8.2.0
8.3.3
0.4.3
0.6.7
1.7.7.20240327
1.7.7.20240819
0.29.0
0.30.6
0.6.0
0.7.0
4.3.0
4.6.0
2024.2.2
2024.8.30
1.16.0
1.17.1
2.1.1
2.2.0
3.14.0
3.16.1
3.0.3
3.1.1
2.5.36
2.6.1
3.7
3.10
1.3.3
1.3.5
1.8.0
1.9.1
24.0
24.1
4.2.1
4.3.6
6.0.1
6.0.2
69.5.1
75.1.0
0.37.2
0.38.6
2.2.2
2.2.3
0.19.0
0.20.0
20.26.1
20.26.5
0.21.0
0.24.0
12.0
13.1
6.3
7.0.3
Updates
alembic
from 1.13.1 to 1.13.2Release notes
Sourced from alembic's releases.
Commits
Updates
bcrypt
from 4.1.3 to 4.2.0Commits
8d05111
Bump version for 4.2.0 release (#843)884baed
Import improvements from cryptography wheel building and release (#840)dd72470
Remove setup.py (#842)11961af
Small cleanup (#841)65e08f7
Added 3.13 to CI (#839)7efb8fa
Bump portable-atomic from 1.6.0 to 1.7.0 in /src/_bcrypt (#836)b1ec034
Bump syn from 2.0.71 to 2.0.72 in /src/_bcrypt (#837)2e9cdc2
Bump pyo3 from 0.22.1 to 0.22.2 in /src/_bcrypt (#834)d004722
Bump syn from 2.0.70 to 2.0.71 in /src/_bcrypt (#833)bb10016
Bump actions/setup-python from 5.1.0 to 5.1.1 (#832)Updates
fastapi
from 0.111.0 to 0.115.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
40e33e4
🔖 Release version 0.115.0b36047b
📝 Update release notes7eadeb6
📝 Update release notes55035f4
✨ Add support for Pydantic models for parameters usingQuery
,Cookie
, `He...0903da7
📝 Update release notes4b2b14a
⬆ [pre-commit.ci] pre-commit autoupdate (#12204)35df20c
📝 Update release notes8eb3c56
🌐 Add Portuguese translation for `docs/pt/docs/advanced/security/http-basic-a...2ada161
🔖 Release version 0.114.23a5fd71
📝 Update release notesUpdates
pydantic
from 2.7.1 to 2.9.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
7cedbfb
history updates7eab2b8
v bumpc0a288f
FixZoneInfo
with various invalid types (#10408)ea6115d
Fix variance issue in_IncEx
type alias, only allowTrue
(#10414)fbfe25a
Fix serialization schema generation when usingPlainValidator
(#10427)26cff3c
Adding notes on designing callable discriminators (#10400)8a0e7ad
Do not error when trying to evaluate annotations of private attributes (#10358)ecc5275
bump2c61bfd
Fix evaluation of stringified annotations during namespace inspection (#10347)3d364cb
Use correct types namespace when building namedtuple core schemas (#10337)Updates
pydantic-settings
from 2.2.1 to 2.5.2Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
79090e2
Prepare release 2.5.2 (#397)81d7c46
Second fix for the TypeError bug introduced in 2.5 (#396)b2c0ee2
Prepare release 2.5.1 (#393)3eff625
Fix TypeError introduced in 2.5 (#392)7353e5b
Prepare release 2.5.0 (#388)6ae24e5
Update pydantic to > 2.9.0 (#387)287cb22
Fix dotenv settings source problem in handling extra variables with same pref...a9eb22e
Add CLI subcommand union and alias support (#380)12d85cf
Enable multiple secrets dirs (#372)94f3a90
CLI ignore external parser list fix (#379)Updates
pyjwt
from 2.8.0 to 2.9.0Release notes
Sourced from pyjwt's releases.
Changelog
Sourced from pyjwt's changelog.
Commits
868cf4a
Add 2.9.0 changelog. Fixes #949 (#967)304a3df
[pre-commit.ci] pre-commit autoupdate (#965)527fec2
Raise exception when required cryptography dependency is missing (#963)18a50be
[pre-commit.ci] pre-commit autoupdate (#960)4703f87
Handle load_pem_public_key ValueError (#952)9dc732f
Update usage.rst (#958)ab8176a
Decode with PyJWK (#886)c0a071d
chore: update actions/download-artifact2afbe32
Add coverage and improve performance of is_ssh_key (#940)97345a7
[pre-commit.ci] pre-commit autoupdate (#953)Updates
python-multipart
from 0.0.9 to 0.0.10Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
851a026
Add entry to changelog (#157)265d6a4
Upgrade documentation packages (#156)21825fc
Version 0.0.10 (#155)0defda6
Update pipelines (#154)c664cef
Use uv (#153)8b85d35
Fix headers being carried between parts. fixes #63 (#135)3ea51c7
Allow digits and valid token chars in headers (#134)3a722ed
Fix use of chunk_size parameter (#136)b5a5c19
Bump the python-packages group with 7 updates (#138)eb7b1fc
Bump the github-actions group with 1 update (#139)Updates
sqlalchemy
from 2.0.30 to 2.0.35Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
coverage
from 7.5.1 to 7.6.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
29f5898
docs: sample HTML for 7.6.19b829f1
docs: prep for 7.6.1ebbb6a2
build: wheels for 3.13rc13872525
chore: make upgrade7a27f40
test: fix a test on free-threading, use abiflags to get site-packages path co...2b53664
build: include gil/nogil in the version bannerda1682f
docs: changelog and contributor for #1828dc819ff
test: two tests for #18289aaa404
fix: properly handle backslash before multi-line string (#1828)9c50270
chore: make upgradeUpdates
freezegun
from 1.5.0 to 1.5.1Changelog
Sourced from freezegun's changelog.
Commits
3f9fac4
Increase version numbere0f2c3c
CHANGELOG for 1.5.1ea054a3
Merge pull request #546 from robsdedude/patch-1