Skip to content

Commit d7a6dd8

Browse files
committed
update dependencies
1 parent 0badf64 commit d7a6dd8

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ packages = [{include = "python_gardenlinux_lib", from="src"}]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.12"
12-
networkx = "^3.3"
13-
PyYAML = "^6.0.2"
14-
pytest = "^8.3.2"
15-
gitpython = "^3.1.43"
1612
apt-repo = "^0.5"
13+
boto3 = "*"
14+
click = "^8.2.0"
15+
cryptography = "^44.0.0"
16+
gitpython = "^3.1.43"
1717
jsonschema = "^4.23.0"
18+
networkx = "^3.3"
1819
oras = { git = "https://github.com/oras-project/oras-py.git", rev="caf8db5b279382335fbb1f6d7402ed9b73618d37" }
19-
python-dotenv = "^1.0.1"
20-
cryptography = "^44.0.0"
21-
boto3 = "*"
2220
pygments = "^2.19.1"
21+
pytest = "^8.3.2"
22+
python-dotenv = "^1.0.1"
23+
PyYAML = "^6.0.2"
24+
requests = "^2.31.0"
2325

2426

2527
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)