Skip to content

Commit

Permalink
Fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 6, 2024
1 parent 3db1a3f commit a2f7dfc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 60 deletions.
90 changes: 33 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,15 @@ codespell = { version = "2.2.6", optional = true }
toml = "0.10.2"
debian-inspector = "31.0.0"
PyYAML = "6.0.2"
pyOpenSSL = "24.0.0"
tomlkit = { version = "0.11.8", optional = true }
importlib-metadata = { version = "7.2.1", optional = true }
certifi = "2024.7.4"
certifi = { version = "2024.7.4", optional = true }
cryptography = { version = "43.0.1", optional = true }
markdown-it-py = { version = "2.2.0", optional = true }
Pygments = { version = "2.15.1", optional = true }
urllib3 = { version = "1.26.20", optional = true }
idna = { version = "3.7", optional = true }
zipp = "3.19.3"
zipp = { version = "3.19.3", optional = true }

[tool.poetry.extras]
audit = []
Expand Down

0 comments on commit a2f7dfc

Please sign in to comment.