-
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 python-packages group across 1 directory with 17 updates #199
Closed
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 python-packages group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.5.0` | `4.6.2.post1` | | [boto3](https://github.com/boto/boto3) | `1.35.24` | `1.35.66` | | [botocore](https://github.com/boto/botocore) | `1.35.24` | `1.35.66` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.2` | `3.4.0` | | [colorlog](https://github.com/borntyping/python-colorlog) | `6.8.2` | `6.9.0` | | [croniter](https://github.com/kiorky/croniter) | `3.0.3` | `5.0.1` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.41` | `3.1.43` | | [httpcore](https://github.com/encode/httpcore) | `1.0.5` | `1.0.7` | | [jiter](https://github.com/pydantic/jiter) | `0.5.0` | `0.7.1` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` | | [openai](https://github.com/openai/openai-python) | `1.47.0` | `1.55.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.0` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.27.0` | | [s3transfer](https://github.com/boto/s3transfer) | `0.10.2` | `0.10.4` | | [setuptools](https://github.com/pypa/setuptools) | `69.0.3` | `75.6.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.67.0` | | [wheel](https://github.com/pypa/wheel) | `0.44.0` | `0.45.0` | Updates `anyio` from 4.5.0 to 4.6.2.post1 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.5.0...4.6.2.post1) Updates `boto3` from 1.35.24 to 1.35.66 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.24...1.35.66) Updates `botocore` from 1.35.24 to 1.35.66 - [Commits](boto/botocore@1.35.24...1.35.66) Updates `charset-normalizer` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.3.2...3.4.0) Updates `colorlog` from 6.8.2 to 6.9.0 - [Release notes](https://github.com/borntyping/python-colorlog/releases) - [Commits](borntyping/python-colorlog@v6.8.2...v6.9.0) Updates `croniter` from 3.0.3 to 5.0.1 - [Changelog](https://github.com/kiorky/croniter/blob/master/CHANGELOG.rst) - [Commits](kiorky/croniter@3.0.3...5.0.1) Updates `gitpython` from 3.1.41 to 3.1.43 - [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.41...3.1.43) Updates `httpcore` from 1.0.5 to 1.0.7 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@1.0.5...1.0.7) Updates `jiter` from 0.5.0 to 0.7.1 - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](pydantic/jiter@v0.5.0...v0.7.1) Updates `markupsafe` from 2.1.5 to 3.0.2 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.5...3.0.2) Updates `openai` from 1.47.0 to 1.55.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.47.0...v1.55.0) Updates `pydantic` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.2...v2.10.0) Updates `pydantic-core` from 2.23.4 to 2.27.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.23.4...v2.27.0) Updates `s3transfer` from 0.10.2 to 0.10.4 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.10.2...0.10.4) Updates `setuptools` from 69.0.3 to 75.6.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.0.3...v75.6.0) Updates `tqdm` from 4.66.5 to 4.67.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.5...v4.67.0) Updates `wheel` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.44.0...0.45.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: colorlog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: croniter dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: jiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... 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
Nov 20, 2024
Superseded by #200. |
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 python-packages group with 17 updates in the / directory:
4.5.0
4.6.2.post1
1.35.24
1.35.66
1.35.24
1.35.66
3.3.2
3.4.0
6.8.2
6.9.0
3.0.3
5.0.1
3.1.41
3.1.43
1.0.5
1.0.7
0.5.0
0.7.1
2.1.5
3.0.2
1.47.0
1.55.0
2.9.2
2.10.0
2.23.4
2.27.0
0.10.2
0.10.4
69.0.3
75.6.0
4.66.5
4.67.0
0.44.0
0.45.0
Updates
anyio
from 4.5.0 to 4.6.2.post1Release notes
Sourced from anyio's releases.
Commits
c484425
Bumped up the versionfb81dfe
Fixed a regression in the pytest plugin that broke parametrized async fixtures445e59e
Bumped up the version64f570e
Fixed tox configuration5abc9ec
Updated Path documentation and made is_junction() conditional (#800)ede2029
Fixed TypeError when TLS handshake fails with truststore SSLContext (#801)163f10c
Fixed cyclic garbage that keeps traceback frames alive in task group exceptio...0614b4f
Migrated to native TOML configuration for Tox012a60c
Made test_start_task_soon_cancel_immediately() less flaky65ef48a
Rebind instance method fixtures to the same instance as the test (#807)Updates
boto3
from 1.35.24 to 1.35.66Commits
22d4088
Merge branch 'release-1.35.66'cf90c62
Bumping version to 1.35.66d333cd6
Add changelog entries from botocore65db73f
Add client exceptions to boto3 docs (#4343)fb7ac9a
Merge branch 'release-1.35.65'2b3edf9
Merge branch 'release-1.35.65' into developf67b33e
Bumping version to 1.35.65d16a19c
Add changelog entries from botocore9fd5643
Merge branch 'release-1.35.64'c0a1a58
Merge branch 'release-1.35.64' into developUpdates
botocore
from 1.35.24 to 1.35.66Commits
39564c7
Merge branch 'release-1.35.66'b0a8b48
Bumping version to 1.35.667c2a764
Update endpoints modelbc91a9b
Update to latest models2c93f10
Merge customizations for MediaConvertf4980be
Merge branch 'release-1.35.65'287fb2b
Merge branch 'release-1.35.65' into developed24e24
Bumping version to 1.35.6590dccfa
Update endpoints model770a314
Update to latest modelsUpdates
charset-normalizer
from 3.3.2 to 3.4.0Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
f3118e3
🔧 change download/upload artifact version to last working version33e67e8
🔧 set compile-generator in generator_generic_slsa3 action73dd24c
🔧 add explicit build deps to setuptools78f1e9b
🔧 attempt to fix cd.yml *356ae702
🔧 attempt to fix cd.yml *29720055
🔧 attempt to fix cd.yml (macos part)1e10d06
Update CHANGELOG.md36c103a
🔖 Release 3.4.0 (#545)7658dfc
⬆️ Bump github/codeql-action from 3.26.11 to 3.26.12 (#544)ca2535d
⬆️ Bump github/codeql-action from 3.26.9 to 3.26.11 (#542)Updates
colorlog
from 6.8.2 to 6.9.0Commits
dfa10f5
Bump versionf939a44
satisfy mypy607485d
Support Python 3.13Updates
croniter
from 3.0.3 to 5.0.1Changelog
Sourced from croniter's changelog.
Commits
da473d9
Preparing release 5.0.13642302
Reallow DOW=7, & rework range calculations.0ec55d4
Back to development: 4.0.11801389
Preparing release 4.0.03141708
Remove DOW-7 as alias & fix DOW calcs when DOW=06ce433d
Restrict docker image build triggers83b4c42
Back to development: 3.0.59ea2c4a
Preparing release 3.0.40fc3e71
Merge pull request #97 from kiorky/new-packaging97936a9
docker setup & images releaser for multiple archsUpdates
gitpython
from 3.1.41 to 3.1.43Release notes
Sourced from gitpython's releases.
... (truncated)
Commits
5364053
bump version to 3.1.434e626bd
Merge pull request #1886 from EliahKagan/deprecation-warningsf6060df
Add GitMeta alias8327b45
Test GitMeta aliasf92f4c3
Clarify security risk in USE_SHELL doc and warningsc7675d2
update security policy, to use GitHub instead of emailcf2576e
Make/use test.deprecation.lib; abandon idea to filter by module7cd3aa9
Make test.performance.lib docstring more specificb51b080
Explain the approach in test.deprecation to static checkingbdabb21
Expand USE_SHELL docstring; clarify a test usageUpdates
httpcore
from 1.0.5 to 1.0.7Release notes
Sourced from httpcore's releases.
Changelog
Sourced from httpcore's changelog.
Commits
a173552
Version 1.0.7 (#977)13e281d
Add proxy configuration to ConnectionPool. (#974)0bfcee4
default port for the socks5h scheme (#972)4e0a17c
Consistent import style (#970)127505b
Use new typing style (#963)4ee1ca2
Version 1.0.6 (#957)0804ea6
Relaxtrio
dependency pin. (#956)17409bb
Handletrio
raisingNotImplementedError
on unsupported platforms. (#955)4aac649
Add pragma: nocoverba3f942
Bump aiohttp from 3.9.5 to 3.10.2 (#942)Updates
jiter
from 0.5.0 to 0.7.1Commits
1fbdb1e
updateJsonValue
allow_partial
to usePartialMode
(#163)cf80fbb
ci: simplify jobs, fix coverage (#161)a004d5f
Fixpyo3
as an optional dependency (#160)e1d4c9f
partial parsing withJsonValue
(#157)0496e89
ci: fix run-on-arch action (by updating) (#155)e2eb415
fix: usage ofnode12 which is deprecated
in CI (#153)419ec90
ci: bump jobs to use 3.13, fixes for ubuntu 24.04 (#154)1f945c8
release: 0.6.1 (#150)0276e15
Fixcargo vendor
of jiter crates (#149)c6fe082
bump version to 0.6.0 (#147)Updates
markupsafe
from 2.1.5 to 3.0.2Release notes
Sourced from markupsafe's releases.
Changelog
Sourced from markupsafe's changelog.
Commits
28ace20
release version 3.0.26b51fd8
build requires at least setuptools 70.1 (#478)99dda9f
build requires at least setuptools 70.13d8fd8c
fix version1933c4b
fix versione85aff4
relax speedups str check (#477)8cb1691
relax speedups str check4dafb7c
start version 3.1.09c44ecf
update docs build275c769
Merge branch '2.1.x' into 3.0.xUpdates
openai
from 1.47.0 to 1.55.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
83091e9
release: 1.55.08eba381
feat(api): add gpt-4o-2024-11-20 model (#1877)7cdc6dd
release: 1.54.553ab046
chore(internal): minor test changes (#1874)d8901d2
fix(asyncify): avoid hanging process under certain conditions (#1853)0d6185e
chore(internal): spec update (#1873)dd19d4f
chore(tests): limit array example length (#1870)52357cf
release: 1.54.49b28850
fix: don't use dicts as iterables in transform (#1865)23444ed
docs: bump models in example snippets to gpt-4o (#1861)Updates
pydantic
from 2.9.2 to 2.10.0Release notes
Sourced from pydantic's releases.