-
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 20 updates #58
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
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
May 6, 2024
@dependabot rebase |
Bumps the all-dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bcrypt](https://github.com/pyca/bcrypt) | `4.1.2` | `4.1.3` | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.1` | `0.111.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.6.4` | `2.7.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.29` | `2.0.30` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.1` | | [freezegun](https://github.com/spulec/freezegun) | `1.4.0` | `1.5.0` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.5.0` | `3.6.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.4.3` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.3` | `3.14.0` | | [identify](https://github.com/pre-commit/identify) | `2.5.35` | `2.5.36` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.2` | `1.3.3` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.0` | `4.2.1` | | [setuptools](https://github.com/pypa/setuptools) | `69.2.0` | `69.5.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.25.1` | `20.26.1` | | [zope-interface](https://github.com/zopefoundation/zope.interface) | `6.2` | `6.3` | Updates `bcrypt` from 4.1.2 to 4.1.3 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](pyca/bcrypt@4.1.2...4.1.3) Updates `fastapi` from 0.110.1 to 0.111.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.1...0.111.0) Updates `pydantic` from 2.6.4 to 2.7.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.6.4...v2.7.1) Updates `sqlalchemy` from 2.0.29 to 2.0.30 - [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.4.4 to 7.5.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.4...7.5.1) Updates `freezegun` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@1.4.0...1.5.0) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `pytest` from 8.1.1 to 8.2.0 - [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.1.1...8.2.0) Updates `pytest-xdist` from 3.5.0 to 3.6.1 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.5.0...v3.6.1) Updates `ruff` from 0.3.5 to 0.4.3 - [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.3.5...v0.4.3) Updates `filelock` from 3.13.3 to 3.14.0 - [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.13.3...3.14.0) Updates `identify` from 2.5.35 to 2.5.36 - [Commits](pre-commit/identify@v2.5.35...v2.5.36) Updates `idna` from 3.6 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.6...v3.7) Updates `mako` from 1.3.2 to 1.3.3 - [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 `platformdirs` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.0...4.2.1) Updates `pluggy` from 1.4.0 to 1.5.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.4.0...1.5.0) Updates `pydantic-core` from 2.16.3 to 2.18.2 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.16.3...v2.18.2) Updates `setuptools` from 69.2.0 to 69.5.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.2.0...v69.5.1) Updates `virtualenv` from 20.25.1 to 20.26.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.25.1...20.26.1) Updates `zope-interface` from 6.2 to 6.3 - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.interface@6.2...6.3) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch 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: 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-minor dependency-group: all-dependencies - dependency-name: mypy 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: pytest-xdist 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: filelock dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch 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: platformdirs dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pluggy 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: setuptools dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv 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
force-pushed
the
dependabot/pip/all-dependencies-77c6473228
branch
from
May 7, 2024 16:32
8c23122
to
df2ffab
Compare
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 18 updates in the / directory:
4.1.2
4.1.3
0.110.1
0.111.0
2.6.4
2.7.1
2.0.29
2.0.30
7.4.4
7.5.1
1.4.0
1.5.0
1.9.0
1.10.0
8.1.1
8.2.0
3.5.0
3.6.1
0.3.5
0.4.3
3.13.3
3.14.0
2.5.35
2.5.36
3.6
3.7
1.3.2
1.3.3
4.2.0
4.2.1
69.2.0
69.5.1
20.25.1
20.26.1
6.2
6.3
Updates
bcrypt
from 4.1.2 to 4.1.3Commits
35e5a6f
Bump version for 4.1.3 release (#791)d99d1e5
Bump autocfg from 1.2.0 to 1.3.0 in /src/_bcrypt (#790)0775d47
allow testing with pytest 8.2.0 (#786)97d09ac
Bump base64 from 0.22.0 to 0.22.1 in /src/_bcrypt (#787)ee4a9a8
use ubuntu rolling in arm64 CI (#784)7d2474f
Bump libc from 0.2.153 to 0.2.154 in /src/_bcrypt (#783)7a252dd
Try blocking pytest 8.2.0 (#785)297a915
Remove brew install rust from macOS CI (#782)6b3f99e
Bump parking_lot_core from 0.9.9 to 0.9.10 in /src/_bcrypt (#778)c88b310
Bump parking_lot from 0.12.1 to 0.12.2 in /src/_bcrypt (#780)Updates
fastapi
from 0.110.1 to 0.111.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
1c3e691
📝 Update release notesab8f557
📝 Update release notes67da3bb
🔖 Release version 0.111.09ed94e4
📝 Update release notesd71be59
✨ Add FastAPI CLI, the newfastapi
command (#11522)a94ef33
📝 Update release notesea1f219
🔧 Add configs and setup forfastapi-slim
including optional extras `fastapi...32be95d
🔖 Release version 0.110.392b67b1
📝 Update release notese0a9692
📝 Update release notesUpdates
pydantic
from 2.6.4 to 2.7.1Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
2612947
2.7.1 release prep (#9307)2b8efa2
Move TODO regarding pickling to markdown (#9288)73d1049
adds test case for unexpected discriminated union behavior (#9236)c33b925
Change CI to usemacos-13
for Python 3.8 and 3.9 (#9305)82e4664
Fix model json schema with config types (#9287)a0f18e3
Fix bullets in Strict Mode docs (#9296)77b0e1c
Address case where model_construct on a class which defines model_post_init f...6322b24
Fixstrict
application tofunction-after
withuse_enum_values
(#9279)bb857bd
docs(performance): remove section on literal vs enum performance (#9262)3c15a8b
docs: makeTypeAdapter
example PEP-8 compliant (#9268)Updates
sqlalchemy
from 2.0.29 to 2.0.30Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
coverage
from 7.4.4 to 7.5.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
be938ea
docs: sample HTML for 7.5.102c66d7
docs: prep for 7.5.15fa9f67
fix: avoid max recursion errors in ast code. #177434af01d
build: easier to run metasmoke on desired python version6b0cac5
perf: cache _human_key to speed html report by about 10%fdc0ee8
docs: oops, typo60e6cb4
docs: changelog for #754 and #1773277c8c4
fix: '# pragma: no branch' in multiline if statements. #754 (#1773)34d3eb7
docs: update changelog for #1786. Thanks, Daniel Diniz2bb5ef2
fix(html): make HTML column sorting consistent across index pages (fix #1766)...Updates
freezegun
from 1.4.0 to 1.5.0Changelog
Sourced from freezegun's changelog.
Commits
17ea422
Admin: Release may not need to update version nr3b33260
Admin: Release 1.5.0 changelog45d9293
Merge pull request #538 from romuald/fix-time-ns-mock6f14dc3
Merge branch 'master' into fix-time-ns-mock5b6c4a2
Merge pull request #543 from spulec/mypyaabe629
MyPydfd5d9e
Merge pull request #542 from kingbuzzman/patch-14ecad0c
Merge pull request #540 from encukou/fix-empty-ignore2436841
Update test_datetimes.py673adf0
Update test_datetimes.pyUpdates
mypy
from 1.9.0 to 1.10.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
3faf0fc
Remove +dev for version for release 1.10a5998d2
Update CHANGELOG.md (#17159)62ea5b0
Various updates to changelog for 1.10 (#17158)2f0864c
Update CHANGELOG.md with draft for release 1.10 (#17150)e1443bb
fix: incorrect returned type of access descriptors on unions of types (#16604)5161ac2
Sync typeshed (#17124)e2fc1f2
Fix crash when expanding invalid Unpack in aCallable
alias (#17028)3ff6e47
Docs: docstrings in checker.py, ast_helpers.py (#16908)732d98e
Fix string formatting for string enums (#16555)8019010
Narrow individual items when matching a tuple to a sequence pattern (#16905)Updates
pytest
from 8.1.1 to 8.2.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
6bd3f31
Tweak changelog for 8.2.09b6219b
Prepare release version 8.2.0835765c
Merge pull request #12130 from bluetech/fixtures-inline7e7503c
unittest: report class cleanup exceptions (#12250)882c4da
fixtures: inlinefail_fixturefunc
2e8fb9f
fixtures: extract a_check_fixturedef
methodacf2971
fixtures: inline_getnextfixturedef
into_get_active_fixturedef
3c77aec
fixtures: move "request" check earlyd217d68
fixtures: inline_compute_fixture_value
530be28
fixtures: use early return in_get_active_fixturedef
Updates
pytest-xdist
from 3.5.0 to 3.6.1Changelog
Sourced from pytest-xdist's changelog.
... (truncated)
Commits
4dd2978
Release 3.6.1b397288
Merge pull request #1072 from zmedico/gateway-cache-rinfo12b3cce
Cache execnet gateway rinfo during WorkerController setupc93a106
build(deps): bump hynek/build-and-inspect-python-package (#1066)52e2022
[pre-commit.ci] pre-commit autoupdate (#1073)699f939
Merge pull request #1070 from pytest-dev/release-3.6.080bc0b8
Release 3.6.020e3ac7
Use execnet main_thread_only execmodel (#1027)0a4238f
Merge pull request #1067 from pytest-dev/pre-commit-ci-update-config0686279
[pre-commit.ci] pre-commit autoupdateUpdates
ruff
from 0.3.5 to 0.4.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
1e91a09
Bump version to v0.4.3 (#11274)d0f51c6
Remove remainingruff_shrinking
references (#11272)8dd3811
Use function range forreimplemented-operator
diagnostics (#11271)894cd13
[refurb
] Ignore methods inreimplemented-operator
(FURB118
) (#11270)f3284fd
Remove unnecessary check for RUF020 enabled (#11268)82dd5e6
[red-knot] resolve class members (#11256)6a1e555
Upgrade to Rust 1.78 (#11260)349a4cf
Remove trailing reference section (#11257)dfbeca5
ruff server
no longer hangs after shutdown (#11222)9e69cd6
Rephrase rationale forpytest-incorrect-pytest-import
(#11255)Updates
filelock
from 3.13.3 to 3.14.0Release notesDescription has been truncated