Skip to content

Commit d8549f3

Browse files
committed
Upgrade everything
1 parent 91decd0 commit d8549f3

File tree

2 files changed

+78
-80
lines changed

2 files changed

+78
-80
lines changed

requirements-django52.txt

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.9.0
9+
anyio==4.12.0
1010
# via httpx
11-
asgiref==3.8.1
11+
asgiref==3.11.0
1212
# via
1313
# django
1414
# django-cors-headers
1515
# django-htmx
16-
attrs==25.3.0
16+
attrs==25.4.0
1717
# via
1818
# -r constraints.txt
1919
# jsonschema
2020
# referencing
21-
certifi==2025.4.26
21+
certifi==2025.11.12
2222
# via
2323
# httpcore
2424
# httpx
2525
# requests
26-
cffi==1.17.1
26+
cffi==2.0.0
2727
# via cryptography
28-
charset-normalizer==3.4.2
28+
charset-normalizer==3.4.4
2929
# via requests
30-
cryptography==45.0.2
30+
cryptography==46.0.3
3131
# via
3232
# -r constraints.txt
33-
# social-auth-core
33+
# pyjwt
3434
defusedxml==0.7.1
3535
# via
3636
# python3-openid
3737
# social-auth-core
38-
dj-database-url==2.3.0
38+
dj-database-url==3.0.1
3939
# via argus-server (pyproject.toml)
4040
django==5.2.9
4141
# via
@@ -50,31 +50,31 @@ django==5.2.9
5050
# djangorestframework
5151
# drf-spectacular
5252
# social-auth-app-django
53-
django-cors-headers==4.7.0
53+
django-cors-headers==4.9.0
5454
# via argus-server (pyproject.toml)
55-
django-filter==25.1
55+
django-filter==25.2
5656
# via argus-server (pyproject.toml)
57-
django-htmx==1.23.0
57+
django-htmx==1.27.0
5858
# via argus-server (pyproject.toml)
59-
django-phonenumber-field[phonenumberslite]==8.1.0
59+
django-phonenumber-field[phonenumberslite]==8.4.0
6060
# via argus-server (pyproject.toml)
6161
django-rest-knox==5.0.2
6262
# via argus-server (pyproject.toml)
6363
django-widget-tweaks==1.5.0
6464
# via argus-server (pyproject.toml)
65-
djangorestframework==3.16.0
65+
djangorestframework==3.16.1
6666
# via
6767
# argus-server (pyproject.toml)
6868
# django-rest-knox
6969
# drf-rw-serializers
7070
# drf-spectacular
7171
drf-rw-serializers==1.4.0
7272
# via argus-server (pyproject.toml)
73-
drf-spectacular==0.28.0
73+
drf-spectacular==0.29.0
7474
# via argus-server (pyproject.toml)
7575
factory-boy==3.3.3
7676
# via argus-server (pyproject.toml)
77-
faker==37.3.0
77+
faker==38.2.0
7878
# via factory-boy
7979
fontawesomefree==6.6.0
8080
# via argus-server (pyproject.toml)
@@ -84,89 +84,88 @@ httpcore==1.0.9
8484
# via httpx
8585
httpx==0.28.1
8686
# via argus-server (pyproject.toml)
87-
idna==3.10
87+
idna==3.11
8888
# via
8989
# anyio
9090
# httpx
9191
# requests
9292
inflection==0.5.1
9393
# via drf-spectacular
94-
jsonschema==4.23.0
94+
jsonschema==4.25.1
9595
# via drf-spectacular
96-
jsonschema-specifications==2025.4.1
96+
jsonschema-specifications==2025.9.1
9797
# via jsonschema
98-
oauthlib==3.2.2
98+
oauthlib==3.3.1
9999
# via
100100
# requests-oauthlib
101101
# social-auth-core
102102
packaging==25.0
103103
# via -r constraints.txt
104-
phonenumberslite==9.0.5
104+
phonenumberslite==9.0.19
105105
# via django-phonenumber-field
106-
psycopg2==2.9.10
106+
psycopg2==2.9.11
107107
# via
108108
# -r constraints.txt
109109
# argus-server (pyproject.toml)
110-
pycparser==2.22
110+
pycparser==2.23
111111
# via cffi
112-
pydantic==2.11.5
112+
pydantic==2.12.5
113113
# via argus-server (pyproject.toml)
114-
pydantic-core==2.33.2
114+
pydantic-core==2.41.5
115115
# via pydantic
116-
pyjwt==2.10.1
117-
# via social-auth-core
116+
pyjwt[crypto]==2.10.1
117+
# via
118+
# pyjwt
119+
# social-auth-core
118120
python-dataporten-auth==2.0.0
119121
# via argus-server (pyproject.toml)
120122
python3-openid==3.2.0
121123
# via social-auth-core
122-
pyyaml==6.0.2
124+
pyyaml==6.0.3
123125
# via
124126
# -r constraints.txt
125127
# drf-spectacular
126-
referencing==0.36.2
128+
referencing==0.37.0
127129
# via
128130
# jsonschema
129131
# jsonschema-specifications
130-
requests==2.32.4
132+
requests==2.32.5
131133
# via
132134
# requests-oauthlib
133135
# social-auth-core
134136
requests-oauthlib==2.0.0
135137
# via social-auth-core
136-
rpds-py==0.25.1
138+
rpds-py==0.30.0
137139
# via
138140
# jsonschema
139141
# referencing
140-
sniffio==1.3.1
141-
# via anyio
142142
social-auth-app-django==5.6.0
143143
# via argus-server (pyproject.toml)
144-
social-auth-core==4.6.1
144+
social-auth-core==4.8.1
145145
# via
146146
# argus-server (pyproject.toml)
147147
# python-dataporten-auth
148148
# social-auth-app-django
149-
sqlparse==0.5.3
149+
sqlparse==0.5.4
150150
# via django
151-
typing-extensions==4.13.2
151+
typing-extensions==4.15.0
152152
# via
153153
# anyio
154-
# dj-database-url
155154
# pydantic
156155
# pydantic-core
157156
# referencing
158157
# typing-inspection
159-
typing-inspection==0.4.1
158+
typing-inspection==0.4.2
160159
# via pydantic
161160
tzdata==2025.2
162161
# via faker
163-
uritemplate==4.1.1
162+
uritemplate==4.2.0
164163
# via drf-spectacular
165164
urllib3==2.6.3
166165
# via
167166
# -r constraints.txt
168167
# requests
169168
wheel==0.45.1
170169
# via argus-server (pyproject.toml)
171-
whitenoise==6.9.0
170+
whitenoise==6.11.0
172171
# via argus-server (pyproject.toml)

requirements.txt

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.9.0
9+
anyio==4.12.0
1010
# via httpx
11-
asgiref==3.8.1
11+
asgiref==3.11.0
1212
# via
1313
# django
1414
# django-cors-headers
1515
# django-htmx
16-
attrs==25.3.0
16+
attrs==25.4.0
1717
# via
1818
# -r constraints.txt
1919
# jsonschema
2020
# referencing
21-
certifi==2025.4.26
21+
certifi==2025.11.12
2222
# via
2323
# httpcore
2424
# httpx
2525
# requests
26-
cffi==1.17.1
26+
cffi==2.0.0
2727
# via cryptography
28-
charset-normalizer==3.4.2
28+
charset-normalizer==3.4.4
2929
# via requests
30-
cryptography==45.0.2
30+
cryptography==46.0.3
3131
# via
3232
# -r constraints.txt
33-
# social-auth-core
33+
# pyjwt
3434
defusedxml==0.7.1
3535
# via
3636
# python3-openid
3737
# social-auth-core
38-
dj-database-url==2.3.0
38+
dj-database-url==3.0.1
3939
# via argus-server (pyproject.toml)
4040
django==5.2.9
4141
# via
@@ -50,31 +50,31 @@ django==5.2.9
5050
# djangorestframework
5151
# drf-spectacular
5252
# social-auth-app-django
53-
django-cors-headers==4.7.0
53+
django-cors-headers==4.9.0
5454
# via argus-server (pyproject.toml)
55-
django-filter==25.1
55+
django-filter==25.2
5656
# via argus-server (pyproject.toml)
57-
django-htmx==1.23.0
57+
django-htmx==1.27.0
5858
# via argus-server (pyproject.toml)
59-
django-phonenumber-field[phonenumberslite]==8.1.0
59+
django-phonenumber-field[phonenumberslite]==8.4.0
6060
# via argus-server (pyproject.toml)
6161
django-rest-knox==5.0.2
6262
# via argus-server (pyproject.toml)
6363
django-widget-tweaks==1.5.0
6464
# via argus-server (pyproject.toml)
65-
djangorestframework==3.16.0
65+
djangorestframework==3.16.1
6666
# via
6767
# argus-server (pyproject.toml)
6868
# django-rest-knox
6969
# drf-rw-serializers
7070
# drf-spectacular
7171
drf-rw-serializers==1.4.0
7272
# via argus-server (pyproject.toml)
73-
drf-spectacular==0.28.0
73+
drf-spectacular==0.29.0
7474
# via argus-server (pyproject.toml)
7575
factory-boy==3.3.3
7676
# via argus-server (pyproject.toml)
77-
faker==37.3.0
77+
faker==38.2.0
7878
# via factory-boy
7979
fontawesomefree==6.6.0
8080
# via argus-server (pyproject.toml)
@@ -84,89 +84,88 @@ httpcore==1.0.9
8484
# via httpx
8585
httpx==0.28.1
8686
# via argus-server (pyproject.toml)
87-
idna==3.10
87+
idna==3.11
8888
# via
8989
# anyio
9090
# httpx
9191
# requests
9292
inflection==0.5.1
9393
# via drf-spectacular
94-
jsonschema==4.23.0
94+
jsonschema==4.25.1
9595
# via drf-spectacular
96-
jsonschema-specifications==2025.4.1
96+
jsonschema-specifications==2025.9.1
9797
# via jsonschema
98-
oauthlib==3.2.2
98+
oauthlib==3.3.1
9999
# via
100100
# requests-oauthlib
101101
# social-auth-core
102102
packaging==25.0
103103
# via -r constraints.txt
104-
phonenumberslite==9.0.5
104+
phonenumberslite==9.0.19
105105
# via django-phonenumber-field
106-
psycopg2==2.9.10
106+
psycopg2==2.9.11
107107
# via
108108
# -r constraints.txt
109109
# argus-server (pyproject.toml)
110-
pycparser==2.22
110+
pycparser==2.23
111111
# via cffi
112-
pydantic==2.11.5
112+
pydantic==2.12.5
113113
# via argus-server (pyproject.toml)
114-
pydantic-core==2.33.2
114+
pydantic-core==2.41.5
115115
# via pydantic
116-
pyjwt==2.10.1
117-
# via social-auth-core
116+
pyjwt[crypto]==2.10.1
117+
# via
118+
# pyjwt
119+
# social-auth-core
118120
python-dataporten-auth==2.0.0
119121
# via argus-server (pyproject.toml)
120122
python3-openid==3.2.0
121123
# via social-auth-core
122-
pyyaml==6.0.2
124+
pyyaml==6.0.3
123125
# via
124126
# -r constraints.txt
125127
# drf-spectacular
126-
referencing==0.36.2
128+
referencing==0.37.0
127129
# via
128130
# jsonschema
129131
# jsonschema-specifications
130-
requests==2.32.4
132+
requests==2.32.5
131133
# via
132134
# requests-oauthlib
133135
# social-auth-core
134136
requests-oauthlib==2.0.0
135137
# via social-auth-core
136-
rpds-py==0.25.1
138+
rpds-py==0.30.0
137139
# via
138140
# jsonschema
139141
# referencing
140-
sniffio==1.3.1
141-
# via anyio
142142
social-auth-app-django==5.6.0
143143
# via argus-server (pyproject.toml)
144-
social-auth-core==4.6.1
144+
social-auth-core==4.8.1
145145
# via
146146
# argus-server (pyproject.toml)
147147
# python-dataporten-auth
148148
# social-auth-app-django
149-
sqlparse==0.5.3
149+
sqlparse==0.5.4
150150
# via django
151-
typing-extensions==4.13.2
151+
typing-extensions==4.15.0
152152
# via
153153
# anyio
154-
# dj-database-url
155154
# pydantic
156155
# pydantic-core
157156
# referencing
158157
# typing-inspection
159-
typing-inspection==0.4.1
158+
typing-inspection==0.4.2
160159
# via pydantic
161160
tzdata==2025.2
162161
# via faker
163-
uritemplate==4.1.1
162+
uritemplate==4.2.0
164163
# via drf-spectacular
165164
urllib3==2.6.3
166165
# via
167166
# -r constraints.txt
168167
# requests
169168
wheel==0.45.1
170169
# via argus-server (pyproject.toml)
171-
whitenoise==6.9.0
170+
whitenoise==6.11.0
172171
# via argus-server (pyproject.toml)

0 commit comments

Comments
 (0)