Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the all group with 51 updates in the /server directory:

Package From To
anthropic 0.50.0 0.69.0
anyio 4.9.0 4.11.0
astroid 3.3.9 3.3.11
billiard 4.2.1 4.2.2
boto3 1.38.8 1.40.45
botocore 1.38.8 1.40.45
celery 5.5.2 5.5.3
certifi 2025.4.26 2025.10.5
charset-normalizer 3.4.2 3.4.3
click-plugins 1.1.1 1.1.1.2
filelock 3.18.0 3.19.1
fsspec 2025.3.2 2025.9.0
huggingface-hub 0.30.2 0.35.3
humanize 4.12.3 4.13.0
isort 6.0.1 6.1.0
jiter 0.9.0 0.11.0
joblib 1.4.2 1.5.2
kombu 5.5.3 5.5.4
lazy-model 0.2.0 0.4.0
markupsafe 3.0.2 3.0.3
motor 3.7.0 3.7.1
multidict 6.4.3 6.6.4
openai 1.77.0 2.1.0
pillow 11.2.1 11.3.0
platformdirs 4.3.7 4.4.0
pluggy 1.5.0 1.6.0
polars-lts-cpu 1.29.0 1.33.1
prometheus-client 0.21.1 0.23.1
prompt-toolkit 3.0.51 3.0.52
pydantic 2.11.4 2.11.10
pydantic-core 2.33.2 2.40.1
pylint 3.3.6 3.3.9
pymongo 4.12.1 4.15.2
pytest 8.3.5 8.4.2
pytest-asyncio 0.26.0 1.2.0
python-dotenv 1.1.0 1.1.1
python-engineio 4.12.0 4.12.3
python-socketio 5.13.0 5.14.1
pyyaml 6.0.2 6.0.3
redis 5.2.1 6.4.0
requests 2.32.3 2.32.5
s3transfer 0.12.0 0.14.0
setuptools 80.3.0 80.9.0
tokenizers 0.21.1 0.22.1
tomlkit 0.13.2 0.13.3
tornado 6.5.1 6.5.2
tracerite 1.1.1 1.1.3
typing-inspection 0.4.0 0.4.2
typing-extensions 4.13.2 4.15.0
ujson 5.10.0 5.11.0
wcwidth 0.2.13 0.2.14

Updates anthropic from 0.50.0 to 0.69.0

Release notes

Sourced from anthropic's releases.

v0.69.0

0.69.0 (2025-09-29)

Full Changelog: v0.68.2...v0.69.0

Features

  • api: adds support for Claude Sonnet 4.5 and context management features (f93eb12)

v0.68.2

0.68.2 (2025-09-29)

Full Changelog: v0.68.1...v0.68.2

Bug Fixes

  • do not set headers with default to omit (95b14ab)

v0.68.1

0.68.1 (2025-09-26)

Full Changelog: v0.68.0...v0.68.1

Chores

  • deps: move deprecated dev-dependencies in pyproject.toml to dev group (df16b88)
  • do not install brew dependencies in ./scripts/bootstrap by default (a457673)
  • rename tool runner helper header (a9ed3f9)
  • types: change optional parameter type from NotGiven to Omit (9f0a11f)
  • update more NotGiven usage sites (72ab661)

v0.68.0

0.68.0 (2025-09-17)

Full Changelog: v0.67.0...v0.68.0

Features

  • add tool running helpers (d9c9ce6)

Chores

  • internal: fix tests (9858c79)
  • internal: update pydantic dependency (f59c2f1)
  • tests: simplify get_platform test (7596748)

v0.67.0

0.67.0 (2025-09-10)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.69.0 (2025-09-29)

Full Changelog: v0.68.2...v0.69.0

Features

  • api: adds support for Claude Sonnet 4.5 and context management features (f93eb12)

0.68.2 (2025-09-29)

Full Changelog: v0.68.1...v0.68.2

Bug Fixes

  • do not set headers with default to omit (95b14ab)

0.68.1 (2025-09-26)

Full Changelog: v0.68.0...v0.68.1

Chores

  • deps: move deprecated dev-dependencies in pyproject.toml to dev group (df16b88)
  • do not install brew dependencies in ./scripts/bootstrap by default (a457673)
  • rename tool runner helper header (a9ed3f9)
  • types: change optional parameter type from NotGiven to Omit (9f0a11f)
  • update more NotGiven usage sites (72ab661)

0.68.0 (2025-09-17)

Full Changelog: v0.67.0...v0.68.0

Features

  • add tool running helpers (d9c9ce6)

Chores

  • internal: fix tests (9858c79)
  • internal: update pydantic dependency (f59c2f1)
  • tests: simplify get_platform test (7596748)

0.67.0 (2025-09-10)

Full Changelog: v0.66.0...v0.67.0

Features

  • api: adds support for web_fetch_20250910 tool (f85b6a1)

... (truncated)

Commits
  • 1f233df release: 0.69.0
  • e67fd76 feat(api): adds support for Claude Sonnet 4.5 and context management features
  • efc1561 release: 0.68.2
  • 4d4cd20 fix: do not set headers with default to omit
  • f55ed8a release: 0.68.1
  • 3aeddc7 chore: rename tool runner helper header
  • d6efe90 chore(deps): move deprecated dev-dependencies in pyproject.toml to dev group
  • 5ef8f10 codegen metadata
  • ac47610 chore: do not install brew dependencies in ./scripts/bootstrap by default
  • c6fd2f7 chore: update more NotGiven usage sites
  • Additional commits viewable in compare view

Updates anyio from 4.9.0 to 4.11.0

Release notes

Sourced from anyio's releases.

4.11.0

  • Added support for cancellation reasons (the reason parameter to CancelScope.cancel()) (#975)
  • Bumped the minimum version of Trio to v0.31.0
  • Added the ability to enter the event loop from foreign (non-worker) threads by passing the return value of anyio.lowlevel.current_token() to anyio.from_thread.run() and anyio.from_thread.run_sync() as the token keyword argument (#256)
  • Added pytest option (anyio_mode = "auto") to make the pytest plugin automatically handle all async tests (#971)
  • Added the anyio.Condition.wait_for() method for feature parity with asyncio (#974)
  • Changed the default type argument of anyio.abc.TaskStatus from Any to None (#964)
  • Fixed TCP listener behavior to guarantee the same ephemeral port is used for all socket listeners when local_port=0 (#857; PR by @​11kkw and @​agronholm)
  • Fixed inconsistency between Trio and asyncio where a TCP stream that previously raised a BrokenResourceError on send() would still raise BrokenResourceError after the stream was closed on asyncio, but ClosedResourceError on Trio. They now both raise a ClosedResourceError in this scenario. (#671)

4.10.0

  • Added the feed_data() method to the BufferedByteReceiveStream class, allowing users to inject data directly into the buffer
  • Added various class methods to wrap existing sockets as listeners or socket streams:
    • SocketListener.from_socket()
    • SocketStream.from_socket()
    • UNIXSocketStream.from_socket()
    • UDPSocket.from_socket()
    • ConnectedUDPSocket.from_socket()
    • UNIXDatagramSocket.from_socket()
    • ConnectedUNIXDatagramSocket.from_socket()
  • Added a hierarchy of connectable stream classes for transparently connecting to various remote or local endpoints for exchanging bytes or objects
  • Added context manager mix-in classes (anyio.ContextManagerMixin and anyio.AsyncContextManagerMixin) to help write classes that embed other context managers, particularly cancel scopes or task groups (#905; PR by @​agronholm and @​tapetersen)
  • Added the ability to specify the thread name in start_blocking_portal() (#818; PR by @​davidbrochart)
  • Added anyio.notify_closing to allow waking anyio.wait_readable and anyio.wait_writable before closing a socket. Among other things, this prevents an OSError on the ProactorEventLoop. (#896; PR by @​graingert)
  • Incorporated several documentation improvements from the EuroPython 2025 sprint (special thanks to the sprinters: Emmanuel Okedele, Jan Murre, Euxenia Miruna Goia and Christoffer Fjord)
  • Added a documentation page explaining why one might want to use AnyIO's APIs instead of asyncio's
  • Updated the to_interpreters module to use the public concurrent.interpreters API on Python 3.14 or later
  • Fixed anyio.Path.copy() and anyio.Path.copy_into() failing on Python 3.14.0a7
  • Fixed return annotation of __aexit__ on async context managers. CMs which can suppress exceptions should return bool, or None otherwise. (#913; PR by @​Enegg)
  • Fixed rollover boundary check in SpooledTemporaryFile so that rollover only occurs when the buffer size exceeds max_size (#915; PR by @​11kkw)
  • Migrated testing and documentation dependencies from extras to dependency groups
  • Fixed compatibility of anyio.to_interpreter with Python 3.14.0b2 (#926; PR by @​hroncok)
  • Fixed SyntaxWarning on Python 3.14 about return in finally (#816)
  • Fixed RunVar name conflicts. RunVar instances with the same name should not share storage (#880; PR by @​vimfu)
  • Renamed the BrokenWorkerIntepreter exception to BrokenWorkerInterpreter. The old name is available as a deprecated alias. (#938; PR by @​ayussh-verma)
  • Fixed an edge case in CapacityLimiter on asyncio where a task, waiting to acquire a limiter gets cancelled and is subsequently granted a token from the limiter, but before the cancellation is delivered, and then fails to notify the next waiting task (#947)
Changelog

Sourced from anyio's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <http://semver.org/>_.

UNRELEASED

  • Set None as the default type argument for anyio.abc.TaskStatus
  • Added support for uvloop=True on Windows via the winloop_ implementation ([#960](https://github.com/agronholm/anyio/issues/960) <https://github.com/agronholm/anyio/pull/960>_; PR by @​Vizonex)

.. _winloop: https://github.com/Vizonex/Winloop

4.11.0

  • Added support for cancellation reasons (the reason parameter to CancelScope.cancel()) ([#975](https://github.com/agronholm/anyio/issues/975) <https://github.com/agronholm/anyio/pull/975>_)
  • Bumped the minimum version of Trio to v0.31.0
  • Added the ability to enter the event loop from foreign (non-worker) threads by passing the return value of anyio.lowlevel.current_token() to anyio.from_thread.run() and anyio.from_thread.run_sync() as the token keyword argument ([#256](https://github.com/agronholm/anyio/issues/256) <https://github.com/agronholm/anyio/issues/256>_)
  • Added pytest option (anyio_mode = "auto") to make the pytest plugin automatically handle all async tests ([#971](https://github.com/agronholm/anyio/issues/971) <https://github.com/agronholm/anyio/pull/971>_)
  • Added the anyio.Condition.wait_for() method for feature parity with asyncio ([#974](https://github.com/agronholm/anyio/issues/974) <https://github.com/agronholm/anyio/pull/974>_)
  • Changed the default type argument of anyio.abc.TaskStatus from Any to None ([#964](https://github.com/agronholm/anyio/issues/964) <https://github.com/agronholm/anyio/pull/964>_)
  • Fixed TCP listener behavior to guarantee the same ephemeral port is used for all socket listeners when local_port=0 ([#857](https://github.com/agronholm/anyio/issues/857) <https://github.com/agronholm/anyio/issues/857>_; PR by @​11kkw and @​agronholm)
  • Fixed inconsistency between Trio and asyncio where a TCP stream that previously raised a BrokenResourceError on send() would still raise BrokenResourceError after the stream was closed on asyncio, but ClosedResourceError on Trio. They now both raise a ClosedResourceError in this scenario. ([#671](https://github.com/agronholm/anyio/issues/671) <https://github.com/agronholm/anyio/issues/671>_)

4.10.0

  • Added the feed_data() method to the BufferedByteReceiveStream class, allowing users to inject data directly into the buffer

  • Added various class methods to wrap existing sockets as listeners or socket streams:

    • SocketListener.from_socket()
    • SocketStream.from_socket()
    • UNIXSocketStream.from_socket()
    • UDPSocket.from_socket()

... (truncated)

Commits
  • 08737af Bumped up the version
  • 8bb9fe0 Fixed the inconsistent exception on sending to a closed TCP stream (#980)
  • 9637093 [pre-commit.ci] pre-commit autoupdate (#981)
  • f1bc6ee Fixed changelog entry formatting
  • 0b58964 Mentioned the sub-interpreter support in the README
  • 1ed112c Ensure same port is used for IPv4/IPv6 when creating TCP listener with local_...
  • aceeee0 Re-enabled coverage reporting on macOS
  • 6b890dc Reworded a changelog entry and added PR links to others
  • 944257d Updated pre-commit modules
  • 087975f Fixed a documentation style (#976)
  • Additional commits viewable in compare view

Updates astroid from 3.3.9 to 3.3.11

Release notes

Sourced from astroid's releases.

v3.3.11

  • Fix a crash when parsing an empty arbitrary expression with extract_node (extract_node("__()")).

    Closes #2734

  • Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known six decorator.

    Closes #2721

v3.3.10

  • Avoid importing submodules sharing names with standard library modules.

    Closes #2684

  • Fix bug where pylint code.custom_extension would analyze code.py or code.pyi instead if they existed.

    Closes pylint-dev/pylint#3631

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.3.11?

Release date: 2025-07-13

  • Fix a crash when parsing an empty arbitrary expression with extract_node (extract_node("__()")).

    Closes #2734

  • Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known six decorator.

    Closes #2721

What's New in astroid 3.3.10?

Release date: 2025-05-10

  • Avoid importing submodules sharing names with standard library modules.

    Closes #2684

  • Fix bug where pylint code.custom_extension would analyze code.py or code.pyi instead if they existed.

    Closes pylint-dev/pylint#3631

Commits
  • fbea510 Bump astroid to 3.3.11, update changelog (#2777)
  • bf3977c Include subclasses of standard property classes as property decorators (#2735)
  • 18f9626 Use custom Github App to authenticate backport job (#2751) (#2752)
  • c1d9c73 Improve backport job permissions (#2750)
  • b1adb1c [Backport maintenance/3.3.x] Initial fixes for Python 3.14 (#2747) (#2748)
  • 0aaf213 [fix] Prevent crash on slice decorator for 'six' decorated function (#2738) (...
  • c8bd28a [fix] Crash when parsing an empty arbitrary expression with extract_node ...
  • a362368 Bump astroid to 3.3.10, update changelog (#2730)
  • d87efc6 Pick correct file if two files with the same name but with different extensio...
  • e29d726 [setuptools] Upgrade the license handling for latest setuptools
  • Additional commits viewable in compare view

Updates billiard from 4.2.1 to 4.2.2

Release notes

Sourced from billiard's releases.

v4.2.2

What's Changed

New Contributors

Full Changelog: celery/billiard@v4.2.1...v4.2.2

Changelog

Sourced from billiard's changelog.

4.2.2 - 2025-09-20

  • Add codespell support (config, workflow to detect/not fix) and make it fix few typos
  • initial python 3.13 support
  • Copy code.co_qualname on Python >= 3.11
  • Added DeepWiki to README
  • Fix the failing pre-commit.ci job
  • GitHub Actions: Test on Python 3.14 release candidate 2
  • Keep GitHub Actions up to date with GitHub's Dependabot
  • Bump the github-actions group with 2 updates
  • Prepare for release: v4.2.2
Commits
  • 0642d2e Prepare for release: v4.2.2 (#432)
  • a954b74 Bump the github-actions group with 2 updates (#431)
  • 57123cb Keep GitHub Actions up to date with GitHub's Dependabot (#430)
  • 75d195c GitHub Actions: Test on Python 3.14 release candidate 2
  • fe16b46 Fix the failing pre-commit.ci job (#429)
  • 0b0783b Added DeepWiki to README (#424)
  • d8b2df5 Copy code.co_qualname on Python >= 3.11 (#423)
  • c88a0b7 initial python 3.13 support (#421)
  • f781040 Add codespell support (config, workflow to detect/not fix) and make it fix fe...
  • See full diff in compare view

Updates boto3 from 1.38.8 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates botocore from 1.38.8 to 1.40.45

Commits
  • 5ce2bc5 Merge branch 'release-1.40.45'
  • 5f04ccb Bumping version to 1.40.45
  • 2368807 Update to latest models
  • 426d4b3 Merge branch 'release-1.40.44'
  • 4481cc6 Merge branch 'release-1.40.44' into develop
  • 6ad3025 Bumping version to 1.40.44
  • 900992b Update to latest models
  • 8a00219 Merge branch 'release-1.40.43'
  • f7423a0 Merge branch 'release-1.40.43' into develop
  • 9c4402b Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates celery from 5.5.2 to 5.5.3

Release notes

Sourced from celery's releases.

v5.5.3

What's Changed

New Contributors

Full Changelog: celery/celery@v5.5.2...v5.5.3

Changelog

Sourced from celery's changelog.

5.5.3

:release-date: 2025-06-01 :release-by: Tomer Nosrati

What's Changed


- make the tests run on python 3.13 for gcs backend ([#9677](https://github.com/celery/celery/issues/9677))
- Added DeepWiki to README ([#9683](https://github.com/celery/celery/issues/9683))
- Limit redis to <=v5.2.1 to match Kombu ([#9693](https://github.com/celery/celery/issues/9693))
- Use EX_OK instead of literal zero ([#9684](https://github.com/celery/celery/issues/9684))
- Make wheel metadata reproducible ([#9687](https://github.com/celery/celery/issues/9687))
- let celery install from kombu dependencies for better align ([#9696](https://github.com/celery/celery/issues/9696))
- Fix stamping documentation to clarify stamped_headers key is optional in visitor methods ([#9697](https://github.com/celery/celery/issues/9697))
- Support apply_async without queue argument on quorum queues ([#9686](https://github.com/celery/celery/issues/9686))
- Updated rabbitmq doc about using quorum queues with task routes ([#9707](https://github.com/celery/celery/issues/9707))
- Add: Dumper Unit Test ([#9711](https://github.com/celery/celery/issues/9711))
- Add unit test for event.group_from ([#9709](https://github.com/celery/celery/issues/9709))
- refactor: add beat_cron_starting_deadline documentation warning ([#9712](https://github.com/celery/celery/issues/9712))
- fix: resolve issue [#9569](https://github.com/celery/celery/issues/9569) by supporting distinct broker transport options for workers ([#9695](https://github.com/celery/celery/issues/9695))
- Fixes issue with retry callback arguments in DelayedDelivery ([#9708](https://github.com/celery/celery/issues/9708))
- get_exchange-unit-test ([#9710](https://github.com/celery/celery/issues/9710))
- ISSUE-9704: Update documentation of result_expires, filesystem backend is supported ([#9716](https://github.com/celery/celery/issues/9716))
- update to blacksmith ubuntu 24.04 ([#9717](https://github.com/celery/celery/issues/9717))
- Added unit tests for celery.utils.iso8601 ([#9725](https://github.com/celery/celery/issues/9725))
- Update introduction.rst docs ([#9728](https://github.com/celery/celery/issues/9728))
- Prepare for release: v5.5.3 ([#9732](https://github.com/celery/celery/issues/9732))

.. _version-5.5.2:

Commits
  • 088c39c Prepare for release: v5.5.3 (#9732)
  • 0c1c52b Update introduction.rst docs (#9728)
  • 778b009 Added unit tests for celery.utils.iso8601 (#9725)
  • b00c144 update to blacksmith ubuntu 24.04
  • 5aae2ca ISSUE-9704: Update documentation of , filesystem backend is supported if cele...
  • 7cf9d89 get_exchange-unit-test (#9710)
  • b06e53f Fixes issue with retry callback argument types in DelayedDelivery (#9708)
  • b6cab29 fix: resolve issue #9569 by supporting distinct broker transport options for ...
  • 5fc068c refactor: add beat_cron_starting_deadline documentation warning (#9712)
  • c7bb67f Add unit test for event.group_from (#9709)
  • Additional commits viewable in compare view

Updates certifi from 2025.4.26 to 2025.10.5

Commits

Updates charset-normalizer from 3.4.2 to 3.4.3

Release notes

Sourced from charset-normalizer's releases.

Version 3.4.3

3.4.3 (2025-08-09)

Changed

  • mypy(c) is no longer a required dependency at build time if CHARSET_NORMALIZER_USE_MYPYC isn't set to 1. (#595) (#583)
  • automatically lower confidence on small bytes samples that are not Unicode in detect output legacy function. (#391)

Added

  • Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
  • Support for Python 3.14

Fixed

  • sdist archive contained useless directories.
  • automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633)

Misc

  • SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.
  • Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.
Changelog

Sourced from charset-normalizer's changelog.

3.4.3 (2025-08-09)

Changed

  • mypy(c) is no longer a required dependency at build time if CHARSET_NORMALIZER_USE_MYPYC isn't set to 1. (#595) (#583)
  • automatically lower confidence on small bytes samples that are not Unicode in detect output legacy function. (#391)

Added

  • Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
  • Support for Python 3.14

Fixed

  • sdist archive contained useless directories.
  • automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633)

Misc

  • SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. Each published wheel comes with its SBOM. We choose CycloneDX as the format.
  • Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.
Commits
  • 46f662d Release 3.4.3 (#638)
  • 1a059b2 🔧 skip building on freethreaded as we're not confident it is stable
  • 2275e3d 📝 final note in CHANGELOG.md
  • c96acdf 📝 update release date on CHANGELOG.md
  • 43e5460 📝 update README.md
  • f277074 🔧 automatically lower confidence on small bytes str on non Unicode res...
  • 15ae241 🐛 automatically fallback on valid UTF-16 or UTF-32 even if the md says it...
  • 37397c1 🔧 enable 3.14 in nox test_mypyc session
  • cb82537 ⏪ revert license due to compat python 3.7 issue setuptools
  • 6a2efeb 🎨 fix linter errors
  • Additional commits viewable in compare view

Updates click-plugins from 1.1.1 to 1.1.1.2

Release notes

Sourced from click-plugins's releases.

1.1.1.2

Final PyPI release to mark the project as inactive.

SHA-256 checksums:

008d65743833ffc1f5417bf0e78e8d2c23aab04d9745ba817bd3e71b0feb6aa6  dist/click_plugins-1.1.1.2-py2.py3-none-any.whl
d7af3984a99d243c131aa1a828331e7630f4a88a9741fd05c927b204bcf92261  dist/click_plugins-1.1.1.2.tar.gz

1.1.1.1

Note: this release was superseded by 1.1.1.2, which adds a note to README.rst noting the PyPI package is no longer maintained.

Final PyPI release to mark the project as inactive.

SHA-256 checksums:

ddf28a31428ff431ba21e1d47eb51861004a95a1990cef9c90fb7666050f8cc6  dist/click_plugins-1.1.1.1-py2.py3-none-any.whl
b3673c6f46dbaeef3577cbe6b6072e32430806795407abf91a4435cd2586f074  dist/click_plugins-1.1.1.1.tar.gz
Changelog

Sourced from click-plugins's changelog.

1.1.1.2 - 2025-06-24

  • Add a clear note stating that the package is no longer maintained, but the library can be vendored.

1.1.1.1 - 2025-06-24

  • Mark the project as inactive.
Commits
  • 4ac07e5 Merge pull request #41 from click-contrib/forgot-note
  • 05f9274 Clearly state PyPI package is no longer maintained
  • a2650ec Merge pull request #39 from click-contrib/mark-as-inactive
  • 6f5bf55 Mark the project as inactive
  • c99df35 Remove Travis-CI
  • a6ae6ea Update copyright year
  • See full diff in compare view

Updates filelock from 3.18.0 to 3.19.1

Release notes

Sourced from filelock's releases.

3.19.1

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.19.0...3.19.1

3.19.0

What's Changed

Full Changelog: tox-dev/filelock@3.18.0...3.19.0

Commits

Bumps the all group with 51 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.50.0` | `0.69.0` |
| [anyio](https://github.com/agronholm/anyio) | `4.9.0` | `4.11.0` |
| [astroid](https://github.com/pylint-dev/astroid) | `3.3.9` | `3.3.11` |
| [billiard](https://github.com/celery/billiard) | `4.2.1` | `4.2.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.8` | `1.40.45` |
| [botocore](https://github.com/boto/botocore) | `1.38.8` | `1.40.45` |
| [celery](https://github.com/celery/celery) | `5.5.2` | `5.5.3` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.4.26` | `2025.10.5` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.2` | `3.4.3` |
| [click-plugins](https://github.com/click-contrib/click-plugins) | `1.1.1` | `1.1.1.2` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.19.1` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2025.3.2` | `2025.9.0` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.30.2` | `0.35.3` |
| [humanize](https://github.com/python-humanize/humanize) | `4.12.3` | `4.13.0` |
| [isort](https://github.com/PyCQA/isort) | `6.0.1` | `6.1.0` |
| [jiter](https://github.com/pydantic/jiter) | `0.9.0` | `0.11.0` |
| [joblib](https://github.com/joblib/joblib) | `1.4.2` | `1.5.2` |
| [kombu](https://github.com/celery/kombu) | `5.5.3` | `5.5.4` |
| lazy-model | `0.2.0` | `0.4.0` |
| [markupsafe](https://github.com/pallets/markupsafe) | `3.0.2` | `3.0.3` |
| [motor](https://github.com/mongodb/motor) | `3.7.0` | `3.7.1` |
| [multidict](https://github.com/aio-libs/multidict) | `6.4.3` | `6.6.4` |
| [openai](https://github.com/openai/openai-python) | `1.77.0` | `2.1.0` |
| [pillow](https://github.com/python-pillow/Pillow) | `11.2.1` | `11.3.0` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.7` | `4.4.0` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` |
| [polars-lts-cpu](https://github.com/pola-rs/polars) | `1.29.0` | `1.33.1` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.21.1` | `0.23.1` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.51` | `3.0.52` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.10` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.33.2` | `2.40.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.6` | `3.3.9` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.12.1` | `4.15.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.2` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.26.0` | `1.2.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.1.1` |
| [python-engineio](https://github.com/miguelgrinberg/python-engineio) | `4.12.0` | `4.12.3` |
| [python-socketio](https://github.com/miguelgrinberg/python-socketio) | `5.13.0` | `5.14.1` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` |
| [redis](https://github.com/redis/redis-py) | `5.2.1` | `6.4.0` |
| [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.5` |
| [s3transfer](https://github.com/boto/s3transfer) | `0.12.0` | `0.14.0` |
| [setuptools](https://github.com/pypa/setuptools) | `80.3.0` | `80.9.0` |
| [tokenizers](https://github.com/huggingface/tokenizers) | `0.21.1` | `0.22.1` |
| [tomlkit](https://github.com/sdispater/tomlkit) | `0.13.2` | `0.13.3` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.5.1` | `6.5.2` |
| [tracerite](https://github.com/sanic-org/tracerite) | `1.1.1` | `1.1.3` |
| [typing-inspection](https://github.com/pydantic/typing-inspection) | `0.4.0` | `0.4.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.13.2` | `4.15.0` |
| [ujson](https://github.com/ultrajson/ultrajson) | `5.10.0` | `5.11.0` |
| [wcwidth](https://github.com/jquast/wcwidth) | `0.2.13` | `0.2.14` |



Updates `anthropic` from 0.50.0 to 0.69.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.50.0...v0.69.0)

Updates `anyio` from 4.9.0 to 4.11.0
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.9.0...4.11.0)

Updates `astroid` from 3.3.9 to 3.3.11
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.3.9...v3.3.11)

Updates `billiard` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/celery/billiard/releases)
- [Changelog](https://github.com/celery/billiard/blob/main/CHANGES.txt)
- [Commits](celery/billiard@v4.2.1...v4.2.2)

Updates `boto3` from 1.38.8 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.38.8...1.40.45)

Updates `botocore` from 1.38.8 to 1.40.45
- [Commits](boto/botocore@1.38.8...1.40.45)

Updates `celery` from 5.5.2 to 5.5.3
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.5.2...v5.5.3)

Updates `certifi` from 2025.4.26 to 2025.10.5
- [Commits](certifi/python-certifi@2025.04.26...2025.10.05)

Updates `charset-normalizer` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.2...3.4.3)

Updates `click-plugins` from 1.1.1 to 1.1.1.2
- [Release notes](https://github.com/click-contrib/click-plugins/releases)
- [Changelog](https://github.com/click-contrib/click-plugins/blob/main/CHANGES.md)
- [Commits](click-contrib/click-plugins@1.1.1...1.1.1.2)

Updates `filelock` from 3.18.0 to 3.19.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.18.0...3.19.1)

Updates `fsspec` from 2025.3.2 to 2025.9.0
- [Commits](fsspec/filesystem_spec@2025.3.2...2025.9.0)

Updates `huggingface-hub` from 0.30.2 to 0.35.3
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.30.2...v0.35.3)

Updates `humanize` from 4.12.3 to 4.13.0
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](python-humanize/humanize@4.12.3...4.13.0)

Updates `isort` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.1...6.1.0)

Updates `jiter` from 0.9.0 to 0.11.0
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.9.0...v0.11.0)

Updates `joblib` from 1.4.2 to 1.5.2
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst)
- [Commits](joblib/joblib@1.4.2...1.5.2)

Updates `kombu` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/celery/kombu/releases)
- [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst)
- [Commits](celery/kombu@v5.5.3...v5.5.4)

Updates `lazy-model` from 0.2.0 to 0.4.0

Updates `markupsafe` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@3.0.2...3.0.3)

Updates `motor` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/mongodb/motor/releases)
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst)
- [Commits](mongodb/motor@3.7.0...3.7.1)

Updates `multidict` from 6.4.3 to 6.6.4
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.4.3...v6.6.4)

Updates `openai` from 1.77.0 to 2.1.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.77.0...v2.1.0)

Updates `pillow` from 11.2.1 to 11.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.2.1...11.3.0)

Updates `platformdirs` from 4.3.7 to 4.4.0
- [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.3.7...4.4.0)

Updates `pluggy` from 1.5.0 to 1.6.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.5.0...1.6.0)

Updates `polars-lts-cpu` from 1.29.0 to 1.33.1
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.29.0...py-1.33.1)

Updates `prometheus-client` from 0.21.1 to 0.23.1
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.21.1...v0.23.1)

Updates `prompt-toolkit` from 3.0.51 to 3.0.52
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.51...3.0.52)

Updates `pydantic` from 2.11.4 to 2.11.10
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.10/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.4...v2.11.10)

Updates `pydantic-core` from 2.33.2 to 2.40.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.33.2...v2.40.1)

Updates `pylint` from 3.3.6 to 3.3.9
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.6...v3.3.9)

Updates `pymongo` from 4.12.1 to 4.15.2
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.12.1...4.15.2)

Updates `pytest` from 8.3.5 to 8.4.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.3.5...8.4.2)

Updates `pytest-asyncio` from 0.26.0 to 1.2.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.26.0...v1.2.0)

Updates `python-dotenv` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.0...v1.1.1)

Updates `python-engineio` from 4.12.0 to 4.12.3
- [Release notes](https://github.com/miguelgrinberg/python-engineio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/python-engineio@v4.12.0...v4.12.3)

Updates `python-socketio` from 5.13.0 to 5.14.1
- [Release notes](https://github.com/miguelgrinberg/python-socketio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/python-socketio@v5.13.0...v5.14.1)

Updates `pyyaml` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.2...6.0.3)

Updates `redis` from 5.2.1 to 6.4.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.2.1...v6.4.0)

Updates `requests` from 2.32.3 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.5)

Updates `s3transfer` from 0.12.0 to 0.14.0
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.12.0...0.14.0)

Updates `setuptools` from 80.3.0 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.3.0...v80.9.0)

Updates `tokenizers` from 0.21.1 to 0.22.1
- [Release notes](https://github.com/huggingface/tokenizers/releases)
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md)
- [Commits](huggingface/tokenizers@v0.21.1...v0.22.1)

Updates `tomlkit` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.13.2...0.13.3)

Updates `tornado` from 6.5.1 to 6.5.2
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.5.1...v6.5.2)

Updates `tracerite` from 1.1.1 to 1.1.3
- [Release notes](https://github.com/sanic-org/tracerite/releases)
- [Commits](sanic-org/tracerite@v1.1.1...v1.1.3)

Updates `typing-inspection` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/pydantic/typing-inspection/releases)
- [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md)
- [Commits](pydantic/typing-inspection@v0.4.0...v0.4.2)

Updates `typing-extensions` from 4.13.2 to 4.15.0
- [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.13.2...4.15.0)

Updates `ujson` from 5.10.0 to 5.11.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.10.0...5.11.0)

Updates `wcwidth` from 0.2.13 to 0.2.14
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](jquast/wcwidth@0.2.13...0.2.14)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: anyio
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: astroid
  dependency-version: 3.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: billiard
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: botocore
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: celery
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: certifi
  dependency-version: 2025.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: charset-normalizer
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: click-plugins
  dependency-version: 1.1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: filelock
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: fsspec
  dependency-version: 2025.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: huggingface-hub
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: humanize
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: isort
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jiter
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: joblib
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: kombu
  dependency-version: 5.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lazy-model
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: markupsafe
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: motor
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: multidict
  dependency-version: 6.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: openai
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: pillow
  dependency-version: 11.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: platformdirs
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pluggy
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: polars-lts-cpu
  dependency-version: 1.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prometheus-client
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prompt-toolkit
  dependency-version: 3.0.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pydantic
  dependency-version: 2.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pydantic-core
  dependency-version: 2.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pylint
  dependency-version: 3.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pymongo
  dependency-version: 4.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pytest-asyncio
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: python-dotenv
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: python-engineio
  dependency-version: 4.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: python-socketio
  dependency-version: 5.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: redis
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: s3transfer
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tokenizers
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tomlkit
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tornado
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tracerite
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typing-inspection
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ujson
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: wcwidth
  dependency-version: 0.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 6, 2025
Copy link

coderabbitai bot commented Oct 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants