-
Notifications
You must be signed in to change notification settings - Fork 66
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 27 updates #69
Merged
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 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.7.1` | `2.7.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.2.1` | `2.3.4` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.30` | `2.0.31` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.5.4` | | [freezegun](https://github.com/spulec/freezegun) | `1.5.0` | `1.5.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.0` | `3.7.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.3` | `0.4.10` | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.1` | | [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.4.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.1` | `2.2.0` | | [fastapi-cli](https://github.com/tiangolo/fastapi-cli) | `0.0.2` | `0.0.4` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.14.0` | `3.15.4` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.3` | `1.3.5` | | [nodeenv](https://github.com/ekalinin/nodeenv) | `1.8.0` | `1.9.1` | | [orjson](https://github.com/ijl/orjson) | `3.10.3` | `3.10.5` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.1` | `4.2.2` | | [setuptools](https://github.com/pypa/setuptools) | `69.5.1` | `70.1.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.11.0` | `4.12.2` | | [ujson](https://github.com/ultrajson/ultrajson) | `5.9.0` | `5.10.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.1` | `20.26.3` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.21.0` | `0.22.0` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `6.3` | `6.4.post2` | Updates `pydantic` from 2.7.1 to 2.7.4 - [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.7.4) Updates `pydantic-settings` from 2.2.1 to 2.3.4 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.2.1...v2.3.4) Updates `sqlalchemy` from 2.0.30 to 2.0.31 - [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.5.4 - [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.5.4) 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 `pre-commit` from 3.7.0 to 3.7.1 - [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.7.1) Updates `pytest` from 8.2.0 to 8.2.2 - [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.2.2) Updates `ruff` from 0.4.3 to 0.4.10 - [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...v0.4.10) Updates `uvicorn` from 0.29.0 to 0.30.1 - [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.1) 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.4.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.4.0) Updates `certifi` from 2024.2.2 to 2024.6.2 - [Commits](certifi/python-certifi@2024.02.02...2024.06.02) 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 `fastapi-cli` from 0.0.2 to 0.0.4 - [Release notes](https://github.com/tiangolo/fastapi-cli/releases) - [Changelog](https://github.com/tiangolo/fastapi-cli/blob/main/release-notes.md) - [Commits](fastapi/fastapi-cli@0.0.2...0.0.4) Updates `filelock` from 3.14.0 to 3.15.4 - [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.15.4) 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 `orjson` from 3.10.3 to 3.10.5 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.10.3...3.10.5) 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.2.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.1...4.2.2) Updates `pydantic-core` from 2.18.2 to 2.18.4 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.18.2...v2.18.4) Updates `setuptools` from 69.5.1 to 70.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...v70.1.0) 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 `ujson` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.9.0...5.10.0) Updates `virtualenv` from 20.26.1 to 20.26.3 - [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.3) Updates `watchfiles` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v0.21.0...v0.22.0) Updates `zope-interface` from 6.3 to 6.4.post2 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.interface@6.3...6.4.post2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor 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-patch dependency-group: all-dependencies - dependency-name: freezegun dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff 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: email-validator dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi-cli dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: filelock 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: orjson dependency-type: indirect update-type: version-update:semver-patch 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-patch dependency-group: all-dependencies - dependency-name: pydantic-core 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: typing-extensions dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ujson 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: zope-interface dependency-type: indirect update-type: version-update:semver-minor 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
Jun 24, 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
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 26 updates in the / directory:
2.7.1
2.7.4
2.2.1
2.3.4
2.0.30
2.0.31
7.5.1
7.5.4
1.5.0
1.5.1
3.7.0
3.7.1
8.2.0
8.2.2
0.4.3
0.4.10
0.29.0
0.30.1
0.6.0
0.7.0
4.3.0
4.4.0
2024.2.2
2024.6.2
2.1.1
2.2.0
0.0.2
0.0.4
3.14.0
3.15.4
1.3.3
1.3.5
1.8.0
1.9.1
3.10.3
3.10.5
24.0
24.1
4.2.1
4.2.2
69.5.1
70.1.0
4.11.0
4.12.2
5.9.0
5.10.0
20.26.1
20.26.3
0.21.0
0.22.0
6.3
6.4.post2
Updates
pydantic
from 2.7.1 to 2.7.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
1ab655a
Prep for v2.7.4 release (#9642)2e3650e
V1 bump to v1.10.16 (#9639)9f48fc2
prep for 2.7.3 release (#9551)1f8c7d7
Bumppydantic-core
tov2.18.4
(#9550)70ac7a0
fix version08d6ed2
Merge branch '2.7' of https://github.com/pydantic/pydantic into 2.742f544a
fix versiona20da21
2.7.2 prep (#9515)f42ae9b
Logfire annoucement (#9362)451f780
Replace__spec__.parent
with__package__
(#9331)Updates
pydantic-settings
from 2.2.1 to 2.3.4Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
fe1f950
Prepare release 2.3.4 (#322)674ebd9
Remove leftover docstring causing warning onpydantic
docs build (#321)7ede0ec
Nested pydantic dataclasses and doc fixes. (#317)c2d44a7
add in-place reloading in docs (#316)f1b82d8
Prepare release 2.3.3 (#314)bd294a4
Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313)abe7cc5
Fix an intriduced bug in parsing json field with discriminated union (#312)b5d4534
Prepare release 2.3.2 (#310)b2e84c2
Fix issue with nested model uppercase field name in case insensitive mode (#309)0a9faca
Fix command line help fromargparse
formatting problem (#307)Updates
sqlalchemy
from 2.0.30 to 2.0.31Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
coverage
from 7.5.1 to 7.5.4Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
22c09c6
docs: sample HTML for 7.5.49e16381
docs: prep for 7.5.4fba9b9e
docs: link issue 1799 from the changelogf124de8
build: no longer download kits to upload them9516cf6
build: hash-pin all actionsc6e0985
build: finish up the publish action4a49458
build: get the latest dist run id for publishingfb15efa
build: pin hashes for publishing actionsc20af95
build: use the correct item: github.event.actionccbab15
build: dump all the github actions dataUpdates
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-1df263dc
Extend type checkingaecc78a
Keepnumbers
for runtime type checks, usefloat
for type hints023c7a3
Revert runtime type-check tonumbers.Real
be779f4
Add test for manually ticking StepTickTimeFactoryd2872d0
Fix instance checksc963608
Fixtick
delta type handlingUpdates
pre-commit
from 3.7.0 to 3.7.1Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
9ee0768
v3.7.1eeac061
Merge pull request #3201 from pre-commit/rust-default-language-version296f592
determine rust default language version independent of rust-toolchain.toml1602328
Merge pull request #3193 from pre-commit/pre-commit-ci-update-config0142f45
[pre-commit.ci] pre-commit autoupdated7e21cd
Merge pull request #3194 from pre-commit/handle-readonly-3-125c3d006
use a simpler gem for testing additional_dependencies0d4c6da
adjust _handle_readonly for typeshed updates85fe182
Merge pull request #3176 from pre-commit/pre-commit-ci-update-config74d05b4
[pre-commit.ci] pre-commit autoupdateUpdates
pytest
from 8.2.0 to 8.2.2Release notes
Sourced from pytest's releases.
Commits
329d371
Prepare release version 8.2.2214d098
Merge pull request #12414 from bluetech/backport-12409153a436
[8.2.x] fixtures: fix catastrophic performance problem inreorder_items
b41d5a5
Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x9bb73d7
[8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...4569a01
[8.2.x] doc: Update trainings/events (#12402)1d103e5
[8.2.x] Clarify pytest_ignore_collect docs (#12386)240a252
[8.2.x] Add html_baseurl to sphinx conf.py (#12372)a5ee3c4
Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.xf7358ae
[8.2.x] unittest: fix class instances no longer released on test teardown sin...Updates
ruff
from 0.4.3 to 0.4.10Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b54922f
Bump version to v0.4.10 (#11953)3f884b4
Avoid running logical line rule logic if not enabled (#11951)b456051
[red-knot] Add tracing to Salsa queries (#11949)2dfbf11
[red-knot] Extractred_knot_python_semantic
crate (#11926)ed948ea
Avoid moving back the lexer for triple-quoted fstring (#11939)22733cb
red-knot(Salsa): Types without refinements (#11899)a26bd01
Avoid depth counting when detecting indentation (#11947)b617d90
UpdateE999
to show all syntax errors (#11900)cdc7c71
Avoid consuming trailing whitespace during re-lexing (#11933)ff3bf58
ruff server
: Add tracing setup guide to Neovim documentation (#11884)Updates
uvicorn
from 0.29.0 to 0.30.1Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
44a3071
Version 0.30.1 (#2349)6d666d9
Allow horizontal tabs\t
in response header values (#2345)9a6b3a8
Version 0.30.0 (#2348)53fa273
New multiprocess manager (#2183)22873a9
Suppress side-effects of signal propagation (#2317)14ffba8
Simplify CHANGELOG (#2337)5c78192
Add favicon and logo to the documentation (#2336)b9c03a8
Improve type hints on WebSockets implementations (#2335)14bdf04
Usepytestmark
to simplify test suite (#2334)0efd383
Sendcontent-length
header on 5xx (#2304)Updates
annotated-types
from 0.6.0 to 0.7.0Release notes
Sourced from annotated-types's releases.
Commits
0735cd3
Prepare for 0.7.0 release (#70)0757d41
Improve handling of GroupedMetadata (First try) (#69)99dbac8
AddUnit
type (#65)89e3d2e
Fix IsDigit -> IsDigits (#63)59a50d1
Correct misstatement in README (#62)6693037
suggested fix on typo (#60)195e340
add URLs topyproject.toml
(#58)657ded9
Allowtzinfo
objects forTimezone
(#56)Updates
anyio
from 4.3.0 to 4.4.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.