Skip to content

Commit 834cbef

Browse files
committed
chore(deps):update
1 parent 2ac8e9a commit 834cbef

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
'Programming Language :: Python :: 3.9',
3232
'Programming Language :: Python :: 3.10',
3333
'Programming Language :: Python :: 3.11',
34+
'Programming Language :: Python :: 3.12',
3435
'Topic :: Software Development :: Libraries :: Python Modules',
3536
]
3637
homepage = "https://github.com/dsoftwareinc/github-actions-cli"
@@ -45,6 +46,7 @@ python = "^3.9"
4546
pygithub = "^1.59"
4647
pyyaml = "^6.0"
4748
click = "^8.1"
49+
cffi = "^1.16"
4850

4951
[tool.poetry.dev-dependencies]
5052
poetry = "^1.5"
@@ -59,4 +61,4 @@ exclude = [
5961
"dist",
6062
"venv",
6163
".venv"
62-
]
64+
]

0 commit comments

Comments
 (0)