Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test cryptography update #2105

Closed
Closed
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
5 changes: 3 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ paramiko>=3.4.0
PyYAML
ruamel.yaml
git+https://github.com/containerbuildsystem/osbs-client@d0e1e394fe044fae6ade98d640c51a75fa69b9af#egg=osbs-client
# cannot build cryptography with rust for version >= 3.5
cryptography < 3.5
setuptools-rust==1.7.0
maturin<2,>=1
cryptography>=42.0.0
requests
koji
PyGObject
Expand Down
15 changes: 13 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cffi==1.15.0
# reflink
charset-normalizer==2.0.7
# via requests
cryptography==3.4.8
cryptography==43.0.0
# via
# -r requirements.in
# paramiko
Expand Down Expand Up @@ -71,6 +71,8 @@ koji==1.26.1
# via -r requirements.in
krb5==0.2.0
# via pyspnego
maturin==1.7.1
# via -r requirements.in
opentelemetry-api==1.20.0
# via
# -r otel-requirements.in
Expand Down Expand Up @@ -167,6 +169,10 @@ ruamel-yaml==0.17.17
# via -r requirements.in
ruamel-yaml-clib==0.2.6
# via ruamel-yaml
semantic-version==2.10.0
# via setuptools-rust
setuptools-rust==1.7.0
# via -r requirements.in
six==1.16.0
# via
# bcrypt
Expand All @@ -175,13 +181,17 @@ six==1.16.0
# osbs-client
# python-dateutil
tomli==2.0.1
# via hatchling
# via
# hatchling
# maturin
# setuptools-rust
trove-classifiers==2023.8.7
# via hatchling
typing-extensions==4.7.1
# via
# opentelemetry-sdk
# pydantic
# setuptools-rust
urllib3==1.26.19
# via
# -r otel-requirements.in
Expand All @@ -199,3 +209,4 @@ setuptools==70.3.0
# via
# -r requirements.in
# opentelemetry-instrumentation
# setuptools-rust