From 6d879acd8c704a96d30a4cd0ee79b0a80b1ce0ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 23:25:17 +0000 Subject: [PATCH] chore(deps): bump the deps group with 5 updates Bumps the deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `80.0.0` | `80.3.1` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.1` | `3.4.2` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `44.0.3` | | [openai](https://github.com/openai/openai-python) | `1.76.0` | `1.77.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.3` | `2.11.4` | Updates `setuptools` from 80.0.0 to 80.3.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.0.0...v80.3.1) Updates `charset-normalizer` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.1...3.4.2) Updates `cryptography` from 44.0.2 to 44.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...44.0.3) Updates `openai` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.76.0...v1.77.0) Updates `pydantic` from 2.11.3 to 2.11.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.3...v2.11.4) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: charset-normalizer dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: cryptography dependency-version: 44.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: openai dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index d0b5fb9..a6094d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ attrs==25.3.0 blinker==1.9.0 certifi==2025.4.26 cffi==1.17.1 -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 click==8.1.8 -cryptography==44.0.2 +cryptography==44.0.3 Deprecated==1.2.18 discord.py==2.5.2 distro==1.9.0 @@ -27,14 +27,14 @@ Jinja2==3.1.6 jiter==0.9.0 MarkupSafe==3.0.2 multidict==6.4.3 -openai==1.76.0 +openai==1.77.0 packaging==25.0 pluggy==1.5.0 prometheus_client==0.21.1 propcache==0.3.1 protobuf==6.30.2 pycparser==2.22 -pydantic==2.11.3 +pydantic==2.11.4 pydantic_core==2.34.1 PyGithub==2.6.1 PyJWT==2.10.1 @@ -42,7 +42,7 @@ PyNaCl==1.5.0 pytest==8.3.5 python-dotenv==1.1.0 requests==2.32.3 -setuptools==80.0.0 +setuptools==80.3.1 sniffio==1.3.1 structlog==25.3.0 tqdm==4.67.1