Skip to content

Commit a9f72ae

Browse files
committed
Revert Pymongo upgrade due to regression in pymongo.
See MongoEngine/mongoengine#2147 for details.
1 parent 70f3b99 commit a9f72ae

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Changed
1818
(improvement) #4743
1919
* Implement "continue" engine command to orquesta workflow. (improvement) #4740
2020
* Update various internal dependencies to latest stable versions (apscheduler, eventlet,
21-
kombu, amqp, pyyaml, pymongo, mongoengine, python-gnupg, paramiko, tooz, webob, bcrypt). #4767
21+
kombu, amqp, pyyaml, mongoengine, python-gnupg, paramiko, tooz, webob, bcrypt). #4767
2222

2323
Fixed
2424
~~~~~

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requests[security]>=2.22.0,<2.23.0
1818
apscheduler==3.6.1
1919
gitpython==2.1.11
2020
jsonschema==2.6.0
21-
pymongo==3.9.0
21+
pymongo==3.7.2
2222
mongoengine==0.18.2
2323
passlib==1.7.1
2424
lockfile==0.12.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ prettytable
3434
prompt-toolkit==1.0.15
3535
psutil==5.6.3
3636
pyinotify==0.9.6
37-
pymongo==3.9.0
37+
pymongo==3.7.2
3838
pyrabbit
3939
python-dateutil==2.8.0
4040
python-editor==1.0.4

st2api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ kombu==4.6.4
77
mongoengine==0.18.2
88
oslo.config<1.13,>=1.12.1
99
oslo.utils<=3.37.0,>=3.36.2
10-
pymongo==3.9.0
10+
pymongo==3.7.2
1111
six==1.12.0

st2auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-
55
gunicorn==19.9.0
66
oslo.config<1.13,>=1.12.1
77
passlib==1.7.1
8-
pymongo==3.9.0
8+
pymongo==3.7.2
99
six==1.12.0
1010
stevedore==1.30.1

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mongoengine==0.18.2
1717
networkx==1.11
1818
oslo.config<1.13,>=1.12.1
1919
paramiko==2.6.0
20-
pymongo==3.9.0
20+
pymongo==3.7.2
2121
python-dateutil==2.8.0
2222
python-statsd==2.1.0
2323
pyyaml==5.1.2

st2stream/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ kombu==4.6.4
66
mongoengine==0.18.2
77
oslo.config<1.13,>=1.12.1
88
oslo.utils<=3.37.0,>=3.36.2
9-
pymongo==3.9.0
9+
pymongo==3.7.2
1010
six==1.12.0

0 commit comments

Comments
 (0)