Skip to content

Commit 1165536

Browse files
committed
Bump most Python dependencies to latest versions
All Python dependencies (in requirements/) are now at their latest versions, with the following exceptions. - Django is 3.2.23 (latest maintenance release of the 3.2 line) - pymarc is pinned to 4.2.2 until I have a chance to go through everything I'll need to update for pymarc 5. Tests are passing.
1 parent 026742f commit 1165536

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

requirements/requirements-base.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
celery==5.2.7
2-
Django==3.2.19
1+
celery==5.3.6
2+
Django==3.2.23
33
django_celery_beat==2.5.0
4-
django-cors-headers==4.0.0
5-
django-extensions==3.2.1
4+
django-cors-headers==4.3.1
5+
django-extensions==3.2.3
66
django-haystack==3.2.1
7-
django-redis==5.2.0
7+
django-redis==5.4.0
88
djangorestframework==3.14.0
9-
jsonpatch==1.32
10-
jsonpointer==2.3
9+
jsonpatch==1.33
10+
jsonpointer==2.4
1111
modernize==0.8.0
12-
mysqlclient==2.1.1
13-
psycopg2==2.9.6
12+
mysqlclient==2.2.1
13+
psycopg2==2.9.9
1414
pymarc==4.2.2
1515
pysolr==3.9.0
1616
python-dateutil==2.8.2
1717
python-dotenv==1.0.0
18-
redis==4.5.5
18+
redis==5.0.1
1919
six==1.16.0
20-
ujson==5.7.0
20+
ujson==5.9.0
2121
Unipath==1.1

requirements/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
django-debug-toolbar==4.1.0
1+
django-debug-toolbar==4.2.0
22
sqlparse==0.4.4
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==7.3.1
2-
pytest-django==4.5.2
3-
pytest-mock==3.10.0
1+
pytest==7.4.3
2+
pytest-django==4.7.0
3+
pytest-mock==3.12.0

0 commit comments

Comments
 (0)