Skip to content

Commit fda4a7b

Browse files
Bump the dependencies group in /.config with 5 updates (#476)
Bumps the dependencies group in /.config with 5 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.7` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.3` | `0.7.4` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.1` | `0.5.2` | | [toml-sort](https://github.com/pappasam/toml-sort) | `0.23.1` | `0.24.0` | | [tomli](https://github.com/hukkin/tomli) | `2.0.2` | `2.1.0` | Updates `coverage` from 7.6.4 to 7.6.7 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.4...7.6.7) Updates `ruff` from 0.7.3 to 0.7.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.3...0.7.4) Updates `sqlparse` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.1...0.5.2) Updates `toml-sort` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/pappasam/toml-sort/releases) - [Changelog](https://github.com/pappasam/toml-sort/blob/main/CHANGELOG.md) - [Commits](pappasam/toml-sort@v0.23.1...v0.24.0) Updates `tomli` from 2.0.2 to 2.1.0 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.2...2.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: toml-sort dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9593e6f commit fda4a7b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.config/constraints.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ charset-normalizer==3.4.0
3333
click==8.1.7
3434
click-help-colors==0.9.4
3535
colorama==0.4.6
36-
coverage==7.6.4
36+
coverage==7.6.7
3737
cryptography==43.0.3
3838
csscompressor==0.9.5
3939
cssselect2==0.7.0
@@ -141,17 +141,17 @@ rich==13.9.4
141141
rpds-py==0.21.0
142142
ruamel-yaml==0.18.6
143143
ruamel-yaml-clib==0.2.12
144-
ruff==0.7.3
144+
ruff==0.7.4
145145
six==1.16.0
146146
soupsieve==2.6
147-
sqlparse==0.5.1
147+
sqlparse==0.5.2
148148
subprocess-tee==0.4.2
149149
super-collections==0.5.3
150150
termcolor==2.5.0
151151
text-unidecode==1.3
152152
tinycss2==1.4.0
153-
toml-sort==0.23.1
154-
tomli==2.0.2
153+
toml-sort==0.24.0
154+
tomli==2.1.0
155155
tomlkit==0.13.2
156156
tox==4.23.2
157157
tox-ansible==24.9.0

.config/requirements-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ rpds-py==0.21.0
8383
ruamel-yaml==0.18.6
8484
ruamel-yaml-clib==0.2.12
8585
six==1.16.0
86-
sqlparse==0.5.1
86+
sqlparse==0.5.2
8787
subprocess-tee==0.4.2
88-
tomli==2.0.2
88+
tomli==2.1.0
8989
tox==4.23.2
9090
tox-ansible==24.9.0
9191
typing-extensions==4.12.2

0 commit comments

Comments
 (0)