File tree Expand file tree Collapse file tree 2 files changed +26
-25
lines changed
Expand file tree Collapse file tree 2 files changed +26
-25
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ charset-normalizer==3.4.4
1616 # via
1717 # -c requirements/main.txt
1818 # requests
19- coverage==7.12.0
19+ coverage==7.13.1
2020 # via -r requirements/dev.in
21- cyclonedx-python-lib==9.1 .0
21+ cyclonedx-python-lib==11.6 .0
2222 # via pip-audit
2323defusedxml==0.7.1
2424 # via
@@ -33,9 +33,9 @@ django-debug-toolbar==6.1.0
3333 # via -r requirements/dev.in
3434factory-boy==3.3.3
3535 # via -r requirements/dev.in
36- faker==39.0 .0
36+ faker==40.1 .0
3737 # via factory-boy
38- fakeredis==2.32.1
38+ fakeredis==2.33.0
3939 # via -r requirements/dev.in
4040filelock==3.20.1
4141 # via cachecontrol
@@ -69,19 +69,19 @@ pip==25.3
6969 # pipdeptree
7070pip-api==0.0.34
7171 # via pip-audit
72- pip-audit==2.9 .0
72+ pip-audit==2.10 .0
7373 # via -r requirements/dev.in
7474pip-requirements-parser==32.0.1
7575 # via pip-audit
7676pipdeptree==2.30.0
7777 # via -r requirements/dev.in
78- platformdirs==4.5.0
78+ platformdirs==4.5.1
7979 # via pip-audit
8080py-serializable==2.1.0
8181 # via cyclonedx-python-lib
8282pygments==2.19.2
8383 # via rich
84- pyparsing==3.2.5
84+ pyparsing==3.3.1
8585 # via pip-requirements-parser
8686redis==7.1.0
8787 # via
@@ -94,26 +94,28 @@ requests==2.32.5
9494 # pip-audit
9595rich==14.2.0
9696 # via pip-audit
97- ruff==0.14.7
97+ ruff==0.14.10
9898 # via -r requirements/dev.in
9999sortedcontainers==2.4.0
100100 # via
101101 # cyclonedx-python-lib
102102 # fakeredis
103- sqlparse==0.5.4
103+ sqlparse==0.5.5
104104 # via
105105 # -c requirements/main.txt
106106 # django
107107 # django-debug-toolbar
108- toml==0.10.2
108+ tomli==2.3.0
109109 # via pip-audit
110- tzdata==2025.2
110+ tomli-w==1.2.0
111+ # via pip-audit
112+ tzdata==2025.3
111113 # via
112114 # -c requirements/main.txt
113115 # faker
114116urllib3==2.6.2
115117 # via
116118 # -c requirements/main.txt
117119 # requests
118- uv==0.9.13
120+ uv==0.9.20
119121 # via -r requirements/dev.in
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ asgiref==3.11.0
88 # via django
99babel==2.17.0
1010 # via delorean
11- beautifulsoup4==4.14.2
11+ beautifulsoup4==4.14.3
1212 # via wagtail
13- boto3==1.41.5
13+ boto3==1.42.18
1414 # via -r requirements/main.in
15- botocore==1.41.5
15+ botocore==1.42.18
1616 # via
1717 # boto3
1818 # s3transfer
@@ -63,15 +63,15 @@ django-filter==25.2
6363 # via wagtail
6464django-libsass==0.9
6565 # via -r requirements/main.in
66- django-modelcluster==6.4
66+ django-modelcluster==6.4.1
6767 # via
6868 # -r requirements/main.in
6969 # wagtail
7070django-permissionedforms==0.1
7171 # via wagtail
7272django-storages==1.14.6
7373 # via -r requirements/main.in
74- django-stubs-ext==5.2.7
74+ django-stubs-ext==5.2.8
7575 # via django-tasks
7676django-taggit==6.1.0
7777 # via
@@ -81,7 +81,7 @@ django-tasks==0.9.0
8181 # via
8282 # modelsearch
8383 # wagtail
84- django-treebeard==4.7.1
84+ django-treebeard==4.8.0
8585 # via wagtail
8686djangorestframework==3.16.1
8787 # via wagtail
@@ -93,7 +93,7 @@ filetype==1.2.0
9393 # via willow
9494gunicorn==23.0.0
9595 # via -r requirements/main.in
96- humanize==4.14 .0
96+ humanize==4.15 .0
9797 # via delorean
9898idna==3.11
9999 # via requests
@@ -109,7 +109,7 @@ libsass==0.23.0
109109 # via django-libsass
110110modelsearch==1.1.1
111111 # via wagtail
112- numpy==2.3.5
112+ numpy==2.4.0
113113 # via pandas
114114openpyxl==3.1.5
115115 # via wagtail
@@ -152,13 +152,13 @@ requests==2.32.5
152152 # wagtail
153153rjsmin==1.2.5
154154 # via django-compressor
155- s3transfer==0.15 .0
155+ s3transfer==0.16 .0
156156 # via boto3
157157six==1.17.0
158158 # via python-dateutil
159- soupsieve==2.8
159+ soupsieve==2.8.1
160160 # via beautifulsoup4
161- sqlparse==0.5.4
161+ sqlparse==0.5.5
162162 # via django
163163static3==0.7.0
164164 # via dj-static
@@ -171,13 +171,12 @@ typing-extensions==4.15.0
171171 # beautifulsoup4
172172 # django-stubs-ext
173173 # django-tasks
174- # psycopg
175174 # pydantic
176175 # pydantic-core
177176 # typing-inspection
178177typing-inspection==0.4.2
179178 # via pydantic
180- tzdata==2025.2
179+ tzdata==2025.3
181180 # via pandas
182181tzlocal==5.3.1
183182 # via delorean
You canβt perform that action at this time.
0 commit comments