Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit e3c130f

Browse files
authored
Merge pull request #292 from RockefellerArchiveCenter/development
Dependency updates
2 parents f96bbdd + d504db8 commit e3c130f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pycqa/isort
14-
rev: 6.0.1
14+
rev: 7.0.0
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/jazzband/pip-tools
18-
rev: v7.5.0
18+
rev: v7.5.1
1919
hooks:
2020
- id: pip-compile
2121
args:

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
amqp==5.3.1
22
# via kombu
3-
asgiref==3.9.2
3+
asgiref==3.10.0
44
# via django
55
billiard==4.2.2
66
# via celery
@@ -9,9 +9,9 @@ celery==5.5.3
99
# -r requirements.in
1010
# django-celery-beat
1111
# django-celery-results
12-
certifi==2025.8.3
12+
certifi==2025.10.5
1313
# via requests
14-
charset-normalizer==3.4.3
14+
charset-normalizer==3.4.4
1515
# via requests
1616
click==8.3.0
1717
# via
@@ -27,7 +27,7 @@ click-repl==0.3.0
2727
# via celery
2828
cron-descriptor==2.0.6
2929
# via django-celery-beat
30-
django==4.2.24
30+
django==4.2.25
3131
# via
3232
# -r requirements.in
3333
# django-celery-beat
@@ -50,15 +50,15 @@ django-timezone-field==7.1
5050
# via django-celery-beat
5151
djangorestframework==3.16.1
5252
# via -r requirements.in
53-
idna==3.10
53+
idna==3.11
5454
# via requests
5555
kombu==5.5.4
5656
# via celery
5757
packaging==25.0
5858
# via kombu
5959
prompt-toolkit==3.0.52
6060
# via click-repl
61-
psycopg2==2.9.10
61+
psycopg2==2.9.11
6262
# via -r requirements.in
6363
python-crontab==3.3.0
6464
# via django-celery-beat

0 commit comments

Comments
 (0)