Skip to content
Snippets Groups Projects
Commit 84c1c89a authored by Lars Bilke's avatar Lars Bilke
Browse files

Updated dependencies.

parent 8ba7a273
No related branches found
No related tags found
No related merge requests found
......@@ -221,18 +221,15 @@ files = [
[[package]]
name = "packaging"
version = "20.9"
version = "24.1"
description = "Core utilities for Python packages"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
python-versions = ">=3.8"
files = [
{file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},
{file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"},
{file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"},
{file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"},
]
[package.dependencies]
pyparsing = ">=2.0.2"
[[package]]
name = "pathspec"
version = "0.12.1"
......@@ -244,20 +241,6 @@ files = [
{file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
]
[[package]]
name = "pyparsing"
version = "3.1.4"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
optional = false
python-versions = ">=3.6.8"
files = [
{file = "pyparsing-3.1.4-py3-none-any.whl", hash = "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c"},
{file = "pyparsing-3.1.4.tar.gz", hash = "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032"},
]
[package.extras]
diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pyyaml"
version = "6.0.2"
......@@ -548,4 +531,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "637c065c95f283782de136921f3e48a245f376122dbfb35fb55b45a17d29a55b"
content-hash = "e3045249ad2fd222c62784d55693b66c597094f6260a1b27bbe6d7f0f99ddd07"
......@@ -12,8 +12,9 @@ python = "^3.8"
hpccm = "^24.8.0"
requests = "^2.24.0"
PyYAML = "^6.0"
packaging = "^20.4"
packaging = "^24.1"
setuptools = "^72.1.0"
archspec = "^0.2.4"
[tool.poetry.dev-dependencies]
black = { version = "^20.8b1", allow-prereleases = true }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment