File tree Expand file tree Collapse file tree 5 files changed +22
-22
lines changed
Expand file tree Collapse file tree 5 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ chardet<3.1.0
77cffi<1.15.0
88# NOTE: 2.0 version breaks pymongo work with hosts
99dnspython>=1.16.0,<2.0.0
10- cryptography==3.4.7
10+ cryptography==41.0.2
1111# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
1212# depend on rely
1313eventlet==0.30.2
1414flex==6.14.1
15- gitpython==3.1.15
15+ gitpython==3.1.30
1616# Needed by gitpython, old versions used to bundle it
1717gitdb==4.0.2
1818# Note: greenlet is used by eventlet
@@ -44,22 +44,22 @@ pymongo==3.11.3
4444pyparsing<3
4545zstandard==0.15.2
4646# pyOpenSSL 22.0.0 requires cryptography>=35.0
47- pyOpenSSL<=21.0 .0
47+ pyopenssl>22.1 .0
4848python-editor==1.0.4
4949python-keyczar==0.716
5050pytz==2021.1
5151pywinrm==0.4.1
5252pyyaml==5.4.1
5353redis==4.1.4
54- requests[security]==2.25.1
54+ requests[security]==2.31.0
5555retrying==1.3.3
5656routes==2.4.1
5757semver==2.13.0
5858six==1.13.0
5959argparse==1.12.2
6060argcomplete==1.12.2
6161prettytable==2.1.0
62- importlib-metadata==3 .10.1
62+ importlib-metadata==4 .10.1
6363# importlib-metadata requires typing-extensions but v4.2.0 requires py3.7+
6464typing-extensions<4.2
6565# NOTE: sseclient has various issues which sometimes hang the connection for a long time, etc.
@@ -68,8 +68,8 @@ stevedore==1.30.1
6868tenacity>=3.2.1,<7.0.0
6969tooz==2.8.0
7070# Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well.
71- # virtualenv==20.4.0 (<21) has pip==20 .3.3 wheel==0.36.2 setuptools==51.3.3
72- virtualenv==20.4.0
71+ # virtualenv==20.16.7 (<21) has pip==22 .3.1 wheel==0.38.4 setuptools==65.5.1
72+ virtualenv==20.16.7
7373webob==1.8.7
7474zake==0.2.2
7575# test requirements below
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ bcrypt==3.2.0
1414cffi < 1.15.0
1515chardet < 3.1.0
1616ciso8601
17- cryptography == 3.4.7
17+ cryptography == 41.0.2
1818decorator == 4.4.2
1919dnspython >= 1.16.0 ,< 2.0.0
2020eventlet == 0.30.2
2121flex == 6.14.1
2222gitdb == 4.0.2
23- gitpython == 3.1.15
23+ gitpython == 3.1.30
2424greenlet == 1.0.0
2525gunicorn == 20.1.0
26- importlib-metadata == 3 .10.1
26+ importlib-metadata == 4 .10.1
2727jinja2 == 2.11.3
2828jsonpath-rw == 1.4.0
2929jsonschema == 2.6.0
@@ -45,7 +45,7 @@ passlib==1.7.4
4545prettytable == 2.1.0
4646prompt-toolkit == 1.0.15
4747psutil == 5.8.0
48- pyOpenSSL <= 21.0.0
48+ pyOpenSSL
4949pyinotify == 0.9.6 ; platform_system == "Linux"
5050pymongo == 3.11.3
5151pyparsing < 3
@@ -60,7 +60,7 @@ pywinrm==0.4.1
6060pyyaml == 5.4.1
6161redis == 4.1.4
6262rednose
63- requests [security ]== 2.25.1
63+ requests [security ]== 2.31.0
6464retrying == 1.3.3
6565routes == 2.4.1
6666semver == 2.13.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ MarkupSafe<2.1.0,>=0.23
99apscheduler == 3.7.0
1010chardet < 3.1.0
1111eventlet == 0.30.2
12- gitpython == 3.1.15
12+ gitpython == 3.1.30
1313jinja2 == 2.11.3
1414kombu == 5.0.2
1515lockfile == 0.12.2
@@ -21,5 +21,5 @@ pyparsing<3
2121python-dateutil == 2.8.1
2222python-json-logger
2323pyyaml == 5.4.1
24- requests [security ]== 2.25.1
24+ requests [security ]== 2.31.0
2525six == 1.13.0
Original file line number Diff line number Diff line change 88argcomplete == 1.12.2
99cffi < 1.15.0
1010chardet < 3.1.0
11- cryptography == 3.4.7
12- importlib-metadata == 3 .10.1
11+ cryptography == 41.0.2
12+ importlib-metadata == 4 .10.1
1313jsonpath-rw == 1.4.0
1414jsonschema == 2.6.0
1515orjson == 3.5.2
1616prettytable == 2.1.0
1717prompt-toolkit == 1.0.15
18- pyOpenSSL <= 21.0.0
18+ pyOpenSSL
1919pysocks
2020python-dateutil == 2.8.1
2121python-editor == 1.0.4
2222pytz == 2021.1
2323pyyaml == 5.4.1
24- requests [security ]== 2.25.1
24+ requests [security ]== 2.31.0
2525six == 1.13.0
2626sseclient-py == 1.7
2727typing-extensions < 4.2
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ apscheduler==3.7.0
1111cffi < 1.15.0
1212chardet < 3.1.0
1313ciso8601
14- cryptography == 3.4.7
14+ cryptography == 41.0.2
1515decorator == 4.4.2
1616dnspython >= 1.16.0 ,< 2.0.0
1717eventlet == 0.30.2
1818flex == 6.14.1
1919gitdb == 4.0.2
20- gitpython == 3.1.15
20+ gitpython == 3.1.30
2121greenlet == 1.0.0
2222jinja2 == 2.11.3
2323jsonpath-rw == 1.4.0
@@ -30,13 +30,13 @@ orjson==3.5.2
3030orquesta @
git+https://github.com/StackStorm/[email protected] 3131oslo.config >= 1.12.1 ,< 1.13
3232paramiko == 2.10.1
33- pyOpenSSL <= 21.0.0
33+ pyOpenSSL
3434pymongo == 3.11.3
3535python-dateutil == 2.8.1
3636python-statsd == 2.1.0
3737pyyaml == 5.4.1
3838redis == 4.1.4
39- requests [security ]== 2.25.1
39+ requests [security ]== 2.31.0
4040retrying == 1.3.3
4141routes == 2.4.1
4242semver == 2.13.0
You can’t perform that action at this time.
0 commit comments