Skip to content

Commit d679182

Browse files
Bump the python-requirements group in /requirements with 6 updates
Bumps the python-requirements group in /requirements with 6 updates: | Package | From | To | | --- | --- | --- | | [blinker](https://github.com/pallets-eco/blinker) | `1.6.2` | `1.6.3` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.3.1` | `7.3.2` | | [mypy](https://github.com/python/mypy) | `1.5.1` | `1.6.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.4.0` | `3.5.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `7.4.3` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.21` | `2.0.22` | Updates `blinker` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/pallets-eco/blinker/releases) - [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst) - [Commits](pallets-eco/blinker@1.6.2...1.6.3) Updates `coverage[toml]` from 7.3.1 to 7.3.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.3.1...7.3.2) Updates `mypy` from 1.5.1 to 1.6.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.5.1...v1.6.1) Updates `pre-commit` from 3.4.0 to 3.5.0 - [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.4.0...v3.5.0) Updates `pytest` from 7.4.2 to 7.4.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.2...7.4.3) Updates `sqlalchemy` from 2.0.21 to 2.0.22 - [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: blinker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1b979d commit d679182

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alabaster==0.7.13
88
# via sphinx
99
babel==2.12.1
1010
# via sphinx
11-
blinker==1.6.2
11+
blinker==1.6.3
1212
# via -r tests.in
1313
build==1.0.3
1414
# via pip-tools
@@ -52,7 +52,7 @@ jinja2==3.1.2
5252
# via sphinx
5353
markupsafe==2.1.3
5454
# via jinja2
55-
mypy==1.5.1
55+
mypy==1.6.1
5656
# via -r mypy.in
5757
mypy-extensions==1.0.0
5858
# via mypy
@@ -78,15 +78,15 @@ pluggy==1.3.0
7878
# via
7979
# pytest
8080
# tox
81-
pre-commit==3.4.0
81+
pre-commit==3.5.0
8282
# via -r dev.in
8383
pygments==2.16.1
8484
# via sphinx
8585
pyproject-api==1.6.1
8686
# via tox
8787
pyproject-hooks==1.0.0
8888
# via build
89-
pytest==7.4.2
89+
pytest==7.4.3
9090
# via
9191
# -r mypy.in
9292
# -r tests.in
@@ -126,7 +126,7 @@ sphinxcontrib-qthelp==1.0.6
126126
# via sphinx
127127
sphinxcontrib-serializinghtml==1.1.9
128128
# via sphinx
129-
sqlalchemy==2.0.21
129+
sqlalchemy==2.0.22
130130
# via -r mypy.in
131131
tox==4.11.3
132132
# via -r dev.in

requirements/mypy.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ greenlet==2.0.2
88
# via sqlalchemy
99
iniconfig==2.0.0
1010
# via pytest
11-
mypy==1.5.1
11+
mypy==1.6.1
1212
# via -r mypy.in
1313
mypy-extensions==1.0.0
1414
# via mypy
1515
packaging==23.1
1616
# via pytest
1717
pluggy==1.3.0
1818
# via pytest
19-
pytest==7.4.2
19+
pytest==7.4.3
2020
# via -r mypy.in
21-
sqlalchemy==2.0.21
21+
sqlalchemy==2.0.22
2222
# via -r mypy.in
2323
typing-extensions==4.7.1
2424
# via

requirements/tests.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile tests.in
66
#
7-
blinker==1.6.2
7+
blinker==1.6.3
88
# via -r tests.in
9-
coverage[toml]==7.3.1
9+
coverage[toml]==7.3.2
1010
# via
1111
# -r tests.in
1212
# pytest-cov
@@ -16,7 +16,7 @@ packaging==23.1
1616
# via pytest
1717
pluggy==1.3.0
1818
# via pytest
19-
pytest==7.4.2
19+
pytest==7.4.3
2020
# via
2121
# -r tests.in
2222
# pytest-cov

0 commit comments

Comments
 (0)