From 1146d29dd9ca6f4203def6264ec871a25f64b03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:07:22 +0000 Subject: [PATCH 1/2] Bump the minor-and-patch group in /syncbot with 3 updates Bumps the minor-and-patch group in /syncbot with 3 updates: [charset-normalizer](https://github.com/jawah/charset_normalizer), [requests](https://github.com/psf/requests) and [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy). Updates `charset-normalizer` from 3.4.6 to 3.4.7 - [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.6...3.4.7) Updates `requests` from 2.33.0 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.33.1) Updates `sqlalchemy` from 2.0.48 to 2.0.49 - [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) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- syncbot/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syncbot/requirements.txt b/syncbot/requirements.txt index 8d1ceb2..b8904af 100644 --- a/syncbot/requirements.txt +++ b/syncbot/requirements.txt @@ -1,7 +1,7 @@ alembic==1.18.4 ; python_version >= "3.12" and python_version < "4.0" certifi==2026.2.25 ; python_version >= "3.12" and python_version < "4.0" cffi==2.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" -charset-normalizer==3.4.6 ; python_version >= "3.12" and python_version < "4.0" +charset-normalizer==3.4.7 ; python_version >= "3.12" and python_version < "4.0" cryptography==46.0.6 ; python_version >= "3.12" and python_version < "4.0" greenlet==3.3.2 ; python_version >= "3.12" and python_version < "4.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") idna==3.11 ; python_version >= "3.12" and python_version < "4.0" @@ -11,9 +11,9 @@ psycopg2-binary==2.9.11 ; python_version >= "3.12" and python_version < "4.0" pycparser==3.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy" pymysql==1.1.2 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.2.2 ; python_version >= "3.12" and python_version < "4.0" -requests==2.33.0 ; python_version >= "3.12" and python_version < "4.0" +requests==2.33.1 ; python_version >= "3.12" and python_version < "4.0" slack-bolt==1.27.0 ; python_version >= "3.12" and python_version < "4.0" slack-sdk==3.41.0 ; python_version >= "3.12" and python_version < "4.0" -sqlalchemy==2.0.48 ; python_version >= "3.12" and python_version < "4.0" +sqlalchemy==2.0.49 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.15.0 ; python_version >= "3.12" and python_version < "4.0" urllib3==2.6.3 ; python_version >= "3.12" and python_version < "4.0" From f0915734aeb4ba965c09b5a70f230cef10e51b68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Apr 2026 19:07:57 +0000 Subject: [PATCH 2/2] chore: sync requirements.txt with poetry.lock --- syncbot/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syncbot/requirements.txt b/syncbot/requirements.txt index b8904af..8d1ceb2 100644 --- a/syncbot/requirements.txt +++ b/syncbot/requirements.txt @@ -1,7 +1,7 @@ alembic==1.18.4 ; python_version >= "3.12" and python_version < "4.0" certifi==2026.2.25 ; python_version >= "3.12" and python_version < "4.0" cffi==2.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" -charset-normalizer==3.4.7 ; python_version >= "3.12" and python_version < "4.0" +charset-normalizer==3.4.6 ; python_version >= "3.12" and python_version < "4.0" cryptography==46.0.6 ; python_version >= "3.12" and python_version < "4.0" greenlet==3.3.2 ; python_version >= "3.12" and python_version < "4.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") idna==3.11 ; python_version >= "3.12" and python_version < "4.0" @@ -11,9 +11,9 @@ psycopg2-binary==2.9.11 ; python_version >= "3.12" and python_version < "4.0" pycparser==3.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy" pymysql==1.1.2 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.2.2 ; python_version >= "3.12" and python_version < "4.0" -requests==2.33.1 ; python_version >= "3.12" and python_version < "4.0" +requests==2.33.0 ; python_version >= "3.12" and python_version < "4.0" slack-bolt==1.27.0 ; python_version >= "3.12" and python_version < "4.0" slack-sdk==3.41.0 ; python_version >= "3.12" and python_version < "4.0" -sqlalchemy==2.0.49 ; python_version >= "3.12" and python_version < "4.0" +sqlalchemy==2.0.48 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.15.0 ; python_version >= "3.12" and python_version < "4.0" urllib3==2.6.3 ; python_version >= "3.12" and python_version < "4.0"