mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
Updating requirements.txt to accept >= onefuzztypes. (#3477)
* Updating requirements.txt to accept >= onefuzztypes. * Trying to loosen restriction.
This commit is contained in:
committed by
Cheick Keita
parent
30e90ace39
commit
0610a62a50
@ -14,4 +14,4 @@ SET_VERSIONS="src/pytypes/onefuzztypes/__version__.py src/cli/onefuzz/__version_
|
|||||||
SET_REQS="src/cli/requirements.txt"
|
SET_REQS="src/cli/requirements.txt"
|
||||||
|
|
||||||
sed -i "s/0.0.0/${VERSION}/" ${SET_VERSIONS}
|
sed -i "s/0.0.0/${VERSION}/" ${SET_VERSIONS}
|
||||||
sed -i "s/onefuzztypes==0.0.0/onefuzztypes==${VERSION}/" ${SET_REQS}
|
sed -i "s/onefuzztypes~=0.0.0/onefuzztypes==${VERSION}/" ${SET_REQS}
|
||||||
|
@ -12,4 +12,4 @@ SET_VERSIONS="src/pytypes/onefuzztypes/__version__.py src/cli/onefuzz/__version_
|
|||||||
SET_REQS="src/cli/requirements.txt"
|
SET_REQS="src/cli/requirements.txt"
|
||||||
|
|
||||||
sed -i 's/__version__ = .*/__version__ = "0.0.0"/' ${SET_VERSIONS}
|
sed -i 's/__version__ = .*/__version__ = "0.0.0"/' ${SET_VERSIONS}
|
||||||
sed -i "s/onefuzztypes==.*/onefuzztypes==0.0.0/" ${SET_REQS}
|
sed -i "s/onefuzztypes==.*/onefuzztypes~=0.0.0/" ${SET_REQS}
|
||||||
|
@ -21,4 +21,4 @@ opentelemetry-instrumentation-requests==0.37b0
|
|||||||
# install rsa version >=4.7 to fix CVE-2020-25658
|
# install rsa version >=4.7 to fix CVE-2020-25658
|
||||||
rsa>=4.7
|
rsa>=4.7
|
||||||
# onefuzztypes version is set during build
|
# onefuzztypes version is set during build
|
||||||
onefuzztypes==0.0.0
|
onefuzztypes~=0.0.0
|
||||||
|
Reference in New Issue
Block a user