Skip to content

Commit 31a3001

Browse files
committed
Manually moves the dev dependency specification into the old style notation section for dev dependencies for the time being. This section is planned to be updated all at once in the near future.
1 parent ad47476 commit 31a3001

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ typing-extensions = "^4.9.0"
3737
Pygments = ">=2.10.0"
3838
bandit = ">=1.7.4"
3939
black = ">=21.10b0"
40+
certifi = ">=2024.7.4"
4041
coverage = {extras = ["toml"], version = ">=6.2"}
4142
darglint = ">=1.8.1"
4243
flake8 = ">=4.0.1"
@@ -64,10 +65,6 @@ pytest-static = "pytest_static.__main__:main"
6465
[tool.poetry.plugins."pytest"]
6566
pytest-static= "pytest_static.plugin"
6667

67-
68-
[tool.poetry.group.dev.dependencies]
69-
certifi = ">=2024.7.4"
70-
7168
[tool.black]
7269
line-length = 120
7370

0 commit comments

Comments
 (0)