Skip to content

Commit 6479fd7

Browse files
chore: pin version contraints for webhooks
Signed-off-by: Alex <aizquier@redhat.com>
1 parent f654134 commit 6479fd7

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ ansible-runner = ">=2.3"
5353
python-gnupg = "^0.5.2"
5454
autobahn = { git = "https://github.com/crossbario/autobahn-python.git", rev = "v24.4.2" }
5555
psycopg = "^3.1.17"
56-
xxhash = "*"
57-
pyjwt = { version = "*", extras = ["crypto"] }
58-
ecdsa = "*"
56+
xxhash = "3.4.*"
57+
pyjwt = { version = "2.7.*", extras = ["crypto"] }
58+
ecdsa = "0.18.*"
5959
insights-analytics-collector = "^0.3.2"
6060
distro = "^1.9.0"
6161

0 commit comments

Comments
 (0)