Skip to content

Commit 1b50946

Browse files
chore(deps-dev): bump the dev-dependencies group with 4 updates
Updates the requirements on [coverage[toml]](https://github.com/nedbat/coveragepy), [freezegun](https://github.com/spulec/freezegun), [ipython](https://github.com/ipython/ipython) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `coverage[toml]` from 6.3.2 to 7.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@6.3.2...7.11.0) Updates `freezegun` to 1.5.5 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@0.3.15...1.5.5) Updates `ipython` to 9.6.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.15.0...9.6.0) Updates `ruff` to 0.14.3 - [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.1.2...0.14.3) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.11.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: freezegun dependency-version: 1.5.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0c4d4d commit 1b50946

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ keywords = [
2020
[project.optional-dependencies]
2121
dev = [
2222
"bandit>=1.7.4",
23-
"coverage[toml]==6.3.2",
24-
"freezegun~=0.3.15",
25-
"ipython~=7.15.0",
26-
"ruff~=0.1.2",
23+
"coverage[toml]==7.13.0",
24+
"freezegun>=0.3.15,<1.6.0",
25+
"ipython>=7.15,<9.9",
26+
"ruff>=0.1.2,<0.15.0",
2727
]
2828

2929
[tool.setuptools]

0 commit comments

Comments
 (0)