Skip to content

Commit b49ed49

Browse files
Bump the python-requirements group in /requirements with 5 updates
Bumps the python-requirements group in /requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [blinker](https://github.com/pallets-eco/blinker) | `1.6.3` | `1.7.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.3.1` | `7.3.2` | | [mypy](https://github.com/python/mypy) | `1.6.1` | `1.7.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.22` | `2.0.23` | | [tox](https://github.com/tox-dev/tox) | `4.11.3` | `4.11.4` | Updates `blinker` from 1.6.3 to 1.7.0 - [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.3...1.7.0) 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.6.1 to 1.7.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.6.1...v1.7.1) Updates `sqlalchemy` from 2.0.22 to 2.0.23 - [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 `tox` from 4.11.3 to 4.11.4 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.11.3...4.11.4) --- updated-dependencies: - dependency-name: blinker dependency-type: direct:production update-type: version-update:semver-minor 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: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec657c4 commit b49ed49

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

requirements/dev.txt

Lines changed: 4 additions & 4 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.3
11+
blinker==1.7.0
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.6.1
55+
mypy==1.7.1
5656
# via -r mypy.in
5757
mypy-extensions==1.0.0
5858
# via mypy
@@ -126,9 +126,9 @@ sphinxcontrib-qthelp==1.0.6
126126
# via sphinx
127127
sphinxcontrib-serializinghtml==1.1.9
128128
# via sphinx
129-
sqlalchemy==2.0.22
129+
sqlalchemy==2.0.23
130130
# via -r mypy.in
131-
tox==4.11.3
131+
tox==4.11.4
132132
# via -r dev.in
133133
typing-extensions==4.7.1
134134
# via

requirements/mypy.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ greenlet==2.0.2
88
# via sqlalchemy
99
iniconfig==2.0.0
1010
# via pytest
11-
mypy==1.6.1
11+
mypy==1.7.1
1212
# via -r mypy.in
1313
mypy-extensions==1.0.0
1414
# via mypy
@@ -18,7 +18,7 @@ pluggy==1.3.0
1818
# via pytest
1919
pytest==7.4.3
2020
# via -r mypy.in
21-
sqlalchemy==2.0.22
21+
sqlalchemy==2.0.23
2222
# via -r mypy.in
2323
typing-extensions==4.7.1
2424
# via

requirements/tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
#
55
# pip-compile tests.in
66
#
7-
blinker==1.6.3
7+
blinker==1.7.0
88
# via -r tests.in
99
coverage[toml]==7.3.2
1010
# via
1111
# -r tests.in
12+
# coverage
1213
# pytest-cov
1314
iniconfig==2.0.0
1415
# via pytest

0 commit comments

Comments
 (0)