mirror of https://github.com/citusdata/citus.git
updating requirements to address vulnarabilities
parent
3e2b6f61fa
commit
4f3f647d43
|
|
@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple"
|
||||||
verify_ssl = true
|
verify_ssl = true
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"}
|
mitmproxy = "==12.1.1"
|
||||||
construct = "*"
|
construct = "*"
|
||||||
docopt = "==0.6.2"
|
docopt = "==0.6.2"
|
||||||
cryptography = ">=41.0.4"
|
cryptography = ">=41.0.4"
|
||||||
|
|
@ -25,4 +25,4 @@ flake8 = "*"
|
||||||
flake8-bugbear = "*"
|
flake8-bugbear = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.9"
|
python_version = "3.12"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple"
|
||||||
verify_ssl = true
|
verify_ssl = true
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"}
|
mitmproxy = "==12.1.1"
|
||||||
construct = "*"
|
construct = "*"
|
||||||
docopt = "==0.6.2"
|
docopt = "==0.6.2"
|
||||||
cryptography = ">=41.0.4"
|
cryptography = ">=41.0.4"
|
||||||
|
|
@ -25,4 +25,4 @@ flake8 = "*"
|
||||||
flake8-bugbear = "*"
|
flake8-bugbear = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.9"
|
python_version = "3.12"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue