Skip to content

Commit af39f6b

Browse files
authored
Update python dependencies (#733)
* Test against Django 5.1 * Remove testing new versions of Django with old versions of postgres * Add a shim for QuerySetEqual to support both Django 3.2 and Django 5.1 * Update Python Pygments package to 2.18.0 * Update Python coverage package to 7.6.1 * Update Python freezegun package to 1.5.1 * Update Python pytest-cov package to 5.0.0 * Update Python pytest-django package to 4.8.0
1 parent ffc64e9 commit af39f6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
coverage==7.4.0
1+
coverage==7.6.1
22
factory-boy==3.3.0
3-
freezegun==1.4.0
3+
freezegun==1.5.1
44
networkx==2.6
55
pydot==1.4.2
6-
pygments==2.17.2
7-
pytest-cov==4.1.0
8-
pytest-django==4.7.0
6+
pygments==2.18.0
7+
pytest-cov==5.0.0
8+
pytest-django==4.8.0

0 commit comments

Comments
 (0)