-
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 pip group across 1 directory with 17 updates #116
Open
dependabot
wants to merge
1
commit into
develop
Choose a base branch
from
dependabot/pip/pip-eca79cde75
base: develop
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 pip group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.3` | | [faker](https://github.com/joke2k/faker) | `33.3.0` | `36.1.0` | | [boto3](https://github.com/boto/boto3) | `1.35.97` | `1.36.17` | | [botocore](https://github.com/boto/botocore) | `1.35.97` | `1.36.17` | | [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.8` | | [orjson](https://github.com/ijl/orjson) | `3.10.14` | `3.10.15` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` | | [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.10.1` | `2.10.2` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.29.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.10.1` | `4.11.1` | | rich-toolkit | `0.12.0` | `0.13.2` | | [s3transfer](https://github.com/boto/s3transfer) | `0.10.4` | `0.11.2` | | [starlette](https://github.com/encode/starlette) | `0.41.3` | `0.45.3` | | [websockets](https://github.com/python-websockets/websockets) | `14.1` | `14.2` | Updates `black` from 24.10.0 to 25.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) Updates `pylint` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.3...v3.3.4) Updates `pytest-asyncio` from 0.25.1 to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.3) Updates `faker` from 33.3.0 to 36.1.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v33.3.0...v36.1.0) Updates `boto3` from 1.35.97 to 1.36.17 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.97...1.36.17) Updates `botocore` from 1.35.97 to 1.36.17 - [Commits](boto/botocore@1.35.97...1.36.17) Updates `certifi` from 2024.12.14 to 2025.1.31 - [Commits](certifi/python-certifi@2024.12.14...2025.01.31) Updates `fastapi` from 0.115.6 to 0.115.8 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.6...0.115.8) Updates `orjson` from 3.10.14 to 3.10.15 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.10.14...3.10.15) Updates `pydantic` from 2.10.5 to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.5...v2.10.6) Updates `pydantic-extra-types` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/pydantic/pydantic-extra-types/releases) - [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md) - [Commits](pydantic/pydantic-extra-types@v2.10.1...v2.10.2) Updates `pydantic-core` from 2.27.2 to 2.29.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.2...v2.29.0) Updates `pymongo` from 4.10.1 to 4.11.1 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.1/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.10.1...4.11.1) Updates `rich-toolkit` from 0.12.0 to 0.13.2 Updates `s3transfer` from 0.10.4 to 0.11.2 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.10.4...0.11.2) Updates `starlette` from 0.41.3 to 0.45.3 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.41.3...0.45.3) Updates `websockets` from 14.1 to 14.2 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@14.1...14.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pydantic-extra-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: rich-toolkit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-minor 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
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 pip group with 17 updates in the / directory:
24.10.0
25.1.0
3.3.3
3.3.4
0.25.1
0.25.3
33.3.0
36.1.0
1.35.97
1.36.17
1.35.97
1.36.17
2024.12.14
2025.1.31
0.115.6
0.115.8
3.10.14
3.10.15
2.10.5
2.10.6
2.10.1
2.10.2
2.27.2
2.29.0
4.10.1
4.11.1
0.12.0
0.13.2
0.10.4
0.11.2
0.41.3
0.45.3
14.1
14.2
Updates
black
from 24.10.0 to 25.1.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
8a737e7
Prepare release 25.1.0 (#4563)d330dee
docs: We're not going to use backslashes for the with statement (#4564)3d81290
Movewrap_long_dict_values_in_parens
to the preview style (#4561)459562c
Improve function declaration wrapping when it contains generic type definitio...99dbf30
Cache executor to avoid hitting open file limits (#4560)c0b92f3
Prepare the 2025 stable style (#4558)e58baf1
Add test for #1187 (#4559)1455ae4
Fix docs CI (#4555)584d033
fix: Don't remove parenthesis around long dictionary values (#4377)6e96540
Fix CI (#4551)Updates
pylint
from 3.3.3 to 3.3.4Commits
c2b01c3
Bump pylint to 3.3.4, update changelog023cd43
[isort] Permit to use isort 6 (#10204)050acfe
Calculate linter.config.jobs in cgroupsv2 environments (#10089) (#10169)d6992b8
fix "skipped files" count calculation (#10141)Updates
pytest-asyncio
from 0.25.1 to 0.25.3Release notes
Sourced from pytest-asyncio's releases.
Commits
7c50192
fix: Avoid errors in cleanup of async generators when event loop is already c...2188cdb
build: Prepare release of v0.25.2.c3ad634
fix: Shutdown generators before closing event loops.e8ffb10
[pre-commit.ci] pre-commit autoupdateaae43d4
Build(deps): Bump hypothesis in /dependencies/default941e8b5
Build(deps): Bump pygments from 2.18.0 to 2.19.1 in /dependencies/docsUpdates
faker
from 33.3.0 to 36.1.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
95a18ce
Bump version: 36.0.0 → 36.1.0a78602b
📝 Update CHANGELOG.mdc516a5d
add tzdata to requirements0d16e6c
fix typing604e1ed
Drop dateutil dependency (#2173)c31a8e6
Update READMEda6c81d
Bump version: 35.2.1 → 36.0.0d2fad65
📝 Update CHANGELOG.md761bb46
remove leftover typealias7186962
💄 Format codeUpdates
boto3
from 1.35.97 to 1.36.17Commits
e5a38ab
Merge branch 'release-1.36.17'df344c5
Bumping version to 1.36.1737adcd8
Add changelog entries from botocore7fa6ec7
Merge branch 'release-1.36.16'1a78b7a
Merge branch 'release-1.36.16' into developdf382df
Bumping version to 1.36.16dab3dfb
Add changelog entries from botocorecc56a2a
Merge pull request #4417 from RyanFitzSimmonsAK/developb087948
Merge branch 'release-1.36.15'2b18684
Merge branch 'release-1.36.15' into developUpdates
botocore
from 1.35.97 to 1.36.17Commits
bf3cfcb
Merge branch 'release-1.36.17'd6f7d66
Bumping version to 1.36.17894456f
Update endpoints model4b8beb4
Update to latest modelsab1b535
Merge branch 'release-1.36.16'c70be78
Merge branch 'release-1.36.16' into develop43a9908
Bumping version to 1.36.16d734e45
Update endpoints model7634b0b
Update to latest modelsf230031
Merge branch 'release-1.36.15'Updates
certifi
from 2024.12.14 to 2025.1.31Commits
088f931
2025.01.31 (#336)1c17795
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#335)a2e88f0
Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#334)82284ed
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#333)10d3d1d
Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#332)Updates
fastapi
from 0.115.6 to 0.115.8Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
7128971
🔖 Release version 0.115.855f8a44
📝 Update release notes83ab6ac
📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models...3d02a92
📝 Update release notes1b00f8a
✅ Simplify tests for body_multiple_params (#13237)d97647f
📝 Update release notes9667ce8
📝 Update Request Body'stutorial002
to deal withtax=0
case (#13230)0541693
📝 Update release notes041b2e1
📝 Update release notes30b270b
♻️ Move duplicated code portion to a static method in theAPIKeyBase
super ...Updates
orjson
from 3.10.14 to 3.10.15Release notes
Sourced from orjson's releases.
Changelog
Sourced from orjson's changelog.
Commits
268b660
3.10.157f93738
manylinux aarch64 native, more 3.13 cross artifact jobsUpdates
pydantic
from 2.10.5 to 2.10.6Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
df05e69
Bump version to v2.10.6 (#11334)4160826
Fix url python serialization (#11331)f94e842
Fix JSON Schema reference collection with"examples"
keys (#11325)Updates
pydantic-extra-types
from 2.10.1 to 2.10.2Release notes
Sourced from pydantic-extra-types's releases.
Changelog
Sourced from pydantic-extra-types's changelog.
Commits
b7ddcfa
🔖 Release version 2.10.2 (#286)536cab8
📝 Add additional installation information to README (#233)5ded2a1
✨ Add type checking support (#285)01866e6
🐛 Preserve months when using the Pendulum Duration type (#283)3cf70f5
⬆ Bump astral-sh/setup-uv from 4 to 5 (#282)6a08c3a
Add back Python 3.8 support (#249)Updates
pydantic-core
from 2.27.2 to 2.29.0Release notes
Sourced from pydantic-core's releases.
... (truncated)
Commits
f1aaaaf
Prep for v2.29.0 release :) (#1630)ce46756
support free-threaded Python 3.13t (#1628)db63fec
disableinline-snapshot
on 3.13t test run (#1627)9446588
Fix condition before using prebuilt validator/serializer (#1625)4e824df
add test run for 3.13t (#1626)f7fb50b
Raise validation error when unhashable items added to a set (#1619)0862ea5
build PGO wheels onmacos-latest
runners (#1624)164b9ff
Memory usage optimization via reuse ofSchemaValidator
and `SchemaSerialize...3707dcd
fix wasm preview (#1621)fdccecd
always use maturin for the uv commands in Makefile (#1622)Updates
pymongo
from 4.10.1 to 4.11.1Release notes
Sourced from pymongo's releases.
Changelog
Sourced from pymongo's changelog.
... (truncated)
Commits
d175edf
BUMP 4.11.14a6aae8
PYTHON-5125 Prep for 4.11.1 release (#2137)c83f34c
PYTHON-5047 Do not run nightly release check on forks (#2134)e15b820
PYTHON-5058 Restore alternate architecture builds (#2133)3c9a248
Update ReadTheDocs to include django-mongodb-backend (#2084)f1a8af1
PYTHON-5047 Fix dry run logic in releases yet again (#2098)d030130
PYTHON-5112 - Fix just install (#2095)ed21a18
PYTHON-5047 Fix dry run logic in releases again (#2092)cae161e
BUMP 4.11dc29938
PYTHON-5047 Fix dry run logic in releases (#2083)Updates
rich-toolkit
from 0.12.0 to 0.13.2Updates
s3transfer
from 0.10.4 to 0.11.2Changelog
Sourced from s3transfer's changelog.
Commits
e2310f6
Merge branch 'release-0.11.2'd66e5b6
Bumping version to 0.11.2bc23c92
Only set default checksum ifrequest_checksum_calculation
config is set t...af066ef
Merge branch 'release-0.11.1'cb67175
Merge branch 'release-0.11.1' into develop5f6cb50
Bumping version to 0.11.1c4d0f87
Update minimum required botocore version to 1.36.0 (#326)0778911
Merge branch 'release-0.11.0'136d00a
Merge branch 'r...Description has been truncated