Skip to content

Commit 1894f36

Browse files
Merge pull request #295 from IlyaSkriblovsky/master
Bump Twisted version to 21.7.0
2 parents 1bb2170 + a4addac commit 1894f36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Features
1212
API Changes
1313
^^^^^^^^^^^
1414

15-
- TxMongo now requires Python 3.8+, PyMongo 3.12+ and MongoDB 4.0+.
15+
- TxMongo now requires Python 3.8+, Twisted 21.7+, PyMongo 3.12+ and MongoDB 4.0+.
1616
- Some deprecated API methods have been removed:
1717
- Collection methods `insert()`, `update()` and `remove()`
1818
- Collection methods `save()`, `find_and_modify()` and `group()`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url="https://github.com/twisted/txmongo",
1111
keywords=["mongo", "mongodb", "pymongo", "gridfs", "txmongo"],
1212
packages=["txmongo", "txmongo._gridfs"],
13-
install_requires=["twisted>=14.0", "pymongo>=3.12, <=4.10.1"],
13+
install_requires=["twisted>=21.7.0", "pymongo>=3.12, <=4.10.1"],
1414
extras_require={
1515
"srv": ["pymongo[srv]>=3.12"],
1616
},

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{3.8,3.10,3.11,3.12}-{tw247,tw243,tw2310}-{pymongo4101,pymongo480,pymongo3123}-{basic,advanced},
3+
py{3.8,3.10,3.11,3.12}-{tw247,tw243,tw2170}-{pymongo4101,pymongo480,pymongo3123}-{basic,advanced},
44
pyflakes, manifest
55
allowlist_externals=*
66
minversion=3.24.1
@@ -18,7 +18,7 @@ deps =
1818
service_identity
1919
tw247: Twisted==24.7.0
2020
tw243: Twisted==24.3.0
21-
tw2310: Twisted==23.10.0
21+
tw2170: Twisted==21.7.0
2222
pymongo3123: pymongo==3.12.3
2323
pymongo480: pymongo==4.8.0
2424
pymongo4101: pymongo==4.10.1

0 commit comments

Comments
 (0)