Skip to content

Commit f377c1d

Browse files
⬆ Bump the python-packages group with 3 updates (#535)
Bumps the python-packages group with 3 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `pre-commit` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.6.0...v3.6.1) Updates `sqlalchemy` from 2.0.25 to 2.0.26 - [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) Updates `mkdocs-material` from 9.5.8 to 9.5.9 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.8...9.5.9) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01bade6 commit f377c1d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mkdocs==1.5.3
7373
# mkdocs-mermaid2-plugin
7474
mkdocs-markdownextradata-plugin==0.2.5
7575
# via -r requirements/docs.in
76-
mkdocs-material==9.5.8
76+
mkdocs-material==9.5.9
7777
# via -r requirements/docs.in
7878
mkdocs-material-extensions==1.3.1
7979
# via mkdocs-material

requirements/linting.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ platformdirs==4.2.0
3232
# via
3333
# black
3434
# virtualenv
35-
pre-commit==3.6.0
35+
pre-commit==3.6.1
3636
# via -r requirements/linting.in
3737
pyupgrade==3.15.0
3838
# via -r requirements/linting.in

requirements/testing.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ coverage[toml]==7.4.1
1919
# pytest-cov
2020
freezegun==1.4.0
2121
# via -r requirements/testing.in
22+
greenlet==3.0.3
23+
# via sqlalchemy
2224
h11==0.14.0
2325
# via httpcore
2426
httpcore==1.0.2
@@ -57,7 +59,7 @@ sniffio==1.3.0
5759
# via
5860
# anyio
5961
# httpx
60-
sqlalchemy==2.0.25
62+
sqlalchemy==2.0.26
6163
# via -r requirements/testing.in
6264
typing-extensions==4.9.0
6365
# via sqlalchemy

0 commit comments

Comments
 (0)