Skip to content

Commit c6225a1

Browse files
committed
Hpoefully fixed pyproject.toml & poetry.lock
1 parent bd637d0 commit c6225a1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

poetry.lock

Lines changed: 14 additions & 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requests = { version = "^2.25.1", optional = true }
3333
flake8 = { version = "^3.9.2", optional = true }
3434
mypy = { version = "^0.800", optional = true }
3535
pytest = { version = "^6.2.4", optional = true }
36-
pygments = { version = "^2.9.0", optional = true }
36+
pygments = { version = "~2.9.0", optional = true }
3737

3838
[tool.poetry.extras]
3939
bay12 = ["beautifulsoup4", "requests"]

0 commit comments

Comments
 (0)