Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gitlab/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Source for locked requirements.txt — regenerate:
# pip-compile requirements.in -o requirements.txt --strip-extras
ansible-core==2.21.1
cryptography>=48.0.1 # CVE-2026-39892, CVE-2026-34073 (transitive via ansible-core/paramiko)
ansible-core==2.21.2
cryptography>=50.0.0 # CVE-2026-39892, CVE-2026-34073 (transitive via ansible-core/paramiko)
paramiko>=5.0.0
pynetbox>=7.8.0
requests>=2.34.2
Expand Down
4 changes: 2 additions & 2 deletions gitlab/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt --strip-extras requirements.in
#
ansible-core==2.21.1
ansible-core==2.21.2
# via -r requirements.in
bcrypt==5.0.0
# via paramiko
Expand All @@ -16,7 +16,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.6
# via requests
cryptography==48.0.1
cryptography==50.0.0
# via
# -r requirements.in
# ansible-core
Expand Down
Loading