Skip to content

Commit 336e432

Browse files
Bump the minor-and-patch group across 1 directory with 9 updates
Bumps the minor-and-patch group with 9 updates in the /syncbot directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2026.2.25` | `2026.4.22` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.6` | `3.4.7` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.6` | `46.0.7` | | [idna](https://github.com/kjd/idna) | `3.11` | `3.13` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.10` | `1.3.11` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` | | [requests](https://github.com/psf/requests) | `2.33.0` | `2.33.1` | | [slack-bolt](https://github.com/slackapi/bolt-python) | `1.27.0` | `1.28.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.48` | `2.0.49` | Updates `certifi` from 2026.2.25 to 2026.4.22 - [Commits](certifi/python-certifi@2026.02.25...2026.04.22) 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](jawah/charset_normalizer@3.4.6...3.4.7) Updates `cryptography` from 46.0.6 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.6...46.0.7) Updates `idna` from 3.11 to 3.13 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.11...v3.13) Updates `mako` from 1.3.10 to 1.3.11 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `psycopg2-binary` from 2.9.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.11...2.9.12) 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](psf/requests@v2.33.0...v2.33.1) Updates `slack-bolt` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/slackapi/bolt-python/releases) - [Commits](slackapi/bolt-python@v1.27.0...v1.28.0) 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: certifi dependency-version: 2026.4.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - 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: cryptography dependency-version: 46.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: mako dependency-version: 1.3.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: psycopg2-binary dependency-version: 2.9.12 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: slack-bolt dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor 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] <support@github.com>
1 parent cc9f802 commit 336e432

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

syncbot/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
alembic==1.18.4 ; python_version >= "3.12" and python_version < "4.0"
2-
certifi==2026.2.25 ; python_version >= "3.12" and python_version < "4.0"
2+
certifi==2026.4.22 ; python_version >= "3.12" and python_version < "4.0"
33
cffi==2.0.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy"
4-
charset-normalizer==3.4.6 ; python_version >= "3.12" and python_version < "4.0"
5-
cryptography==46.0.6 ; python_version >= "3.12" and python_version < "4.0"
4+
charset-normalizer==3.4.7 ; python_version >= "3.12" and python_version < "4.0"
5+
cryptography==46.0.7 ; python_version >= "3.12" and python_version < "4.0"
66
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")
7-
idna==3.11 ; python_version >= "3.12" and python_version < "4.0"
8-
mako==1.3.10 ; python_version >= "3.12" and python_version < "4.0"
7+
idna==3.13 ; python_version >= "3.12" and python_version < "4.0"
8+
mako==1.3.11 ; python_version >= "3.12" and python_version < "4.0"
99
markupsafe==3.0.3 ; python_version >= "3.12" and python_version < "4.0"
10-
psycopg2-binary==2.9.11 ; python_version >= "3.12" and python_version < "4.0"
10+
psycopg2-binary==2.9.12 ; python_version >= "3.12" and python_version < "4.0"
1111
pycparser==3.0 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy"
1212
pymysql==1.1.2 ; python_version >= "3.12" and python_version < "4.0"
1313
python-dotenv==1.2.2 ; python_version >= "3.12" and python_version < "4.0"
14-
requests==2.33.0 ; python_version >= "3.12" and python_version < "4.0"
15-
slack-bolt==1.27.0 ; python_version >= "3.12" and python_version < "4.0"
14+
requests==2.33.1 ; python_version >= "3.12" and python_version < "4.0"
15+
slack-bolt==1.28.0 ; python_version >= "3.12" and python_version < "4.0"
1616
slack-sdk==3.41.0 ; python_version >= "3.12" and python_version < "4.0"
17-
sqlalchemy==2.0.48 ; python_version >= "3.12" and python_version < "4.0"
17+
sqlalchemy==2.0.49 ; python_version >= "3.12" and python_version < "4.0"
1818
typing-extensions==4.15.0 ; python_version >= "3.12" and python_version < "4.0"
1919
urllib3==2.6.3 ; python_version >= "3.12" and python_version < "4.0"

0 commit comments

Comments
 (0)