Skip to content

Commit d60431f

Browse files
⬆ Bump the python-packages group with 6 updates (#541)
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.1.1` | `24.2.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.1` | `3.6.2` | | [pyupgrade](https://github.com/asottile/pyupgrade) | `3.15.0` | `3.15.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.2.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.26` | `2.0.27` | Updates `black` from 24.1.1 to 24.2.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.1.1...24.2.0) Updates `pre-commit` from 3.6.1 to 3.6.2 - [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.1...v3.6.2) Updates `pyupgrade` from 3.15.0 to 3.15.1 - [Commits](asottile/pyupgrade@v3.15.0...v3.15.1) Updates `ruff` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.1...v0.2.2) Updates `pytest` from 8.0.0 to 8.0.1 - [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.0.0...8.0.1) Updates `sqlalchemy` from 2.0.26 to 2.0.27 - [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: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 142bc99 commit d60431f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements/linting.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --output-file=requirements/linting.txt requirements/linting.in
66
#
7-
black==24.1.1
7+
black==24.2.0
88
# via -r requirements/linting.in
99
cfgv==3.4.0
1010
# via pre-commit
@@ -32,13 +32,13 @@ platformdirs==4.2.0
3232
# via
3333
# black
3434
# virtualenv
35-
pre-commit==3.6.1
35+
pre-commit==3.6.2
3636
# via -r requirements/linting.in
37-
pyupgrade==3.15.0
37+
pyupgrade==3.15.1
3838
# via -r requirements/linting.in
3939
pyyaml==6.0.1
4040
# via pre-commit
41-
ruff==0.2.1
41+
ruff==0.2.2
4242
# via -r requirements/linting.in
4343
tokenize-rt==5.2.0
4444
# via pyupgrade

requirements/testing.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ packaging==23.2
4040
# via pytest
4141
pluggy==1.4.0
4242
# via pytest
43-
pytest==8.0.0
43+
pytest==8.0.1
4444
# via
4545
# -r requirements/testing.in
4646
# pytest-asyncio
@@ -59,7 +59,7 @@ sniffio==1.3.0
5959
# via
6060
# anyio
6161
# httpx
62-
sqlalchemy==2.0.26
62+
sqlalchemy==2.0.27
6363
# via -r requirements/testing.in
6464
typing-extensions==4.9.0
6565
# via sqlalchemy

0 commit comments

Comments
 (0)