Skip to content

Commit 634358b

Browse files
committed
updated dependencies
1 parent dc9a639 commit 634358b

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

requirements/dev.txt

+17-13
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appnope==0.1.4
1010
# via ipykernel
1111
asttokens==2.4.1
1212
# via stack-data
13-
black==24.4.0
13+
black==24.4.2
1414
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
1515
blis==0.7.11
1616
# via thinc
@@ -46,7 +46,7 @@ decorator==5.1.1
4646
# via ipython
4747
et-xmlfile==1.1.0
4848
# via openpyxl
49-
exceptiongroup==1.2.0
49+
exceptiongroup==1.2.1
5050
# via ipython
5151
executing==2.0.1
5252
# via stack-data
@@ -56,23 +56,27 @@ idna==3.7
5656
# via requests
5757
ipykernel==6.29.4
5858
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
59-
ipython==8.23.0
59+
ipython==8.24.0
6060
# via ipykernel
6161
jedi==0.19.1
6262
# via ipython
63-
jinja2==3.1.3
63+
jinja2==3.1.4
6464
# via spacy
6565
jupyter-client==8.6.1
6666
# via ipykernel
6767
jupyter-core==5.7.2
6868
# via
6969
# ipykernel
7070
# jupyter-client
71-
langcodes==3.3.0
71+
langcodes==3.4.0
7272
# via spacy
73+
language-data==1.2.0
74+
# via langcodes
75+
marisa-trie==1.1.1
76+
# via language-data
7377
markupsafe==2.1.5
7478
# via jinja2
75-
matplotlib-inline==0.1.6
79+
matplotlib-inline==0.1.7
7680
# via
7781
# ipykernel
7882
# ipython
@@ -110,7 +114,7 @@ pathspec==0.12.1
110114
# via black
111115
pexpect==4.9.0
112116
# via ipython
113-
platformdirs==4.2.0
117+
platformdirs==4.2.2
114118
# via
115119
# black
116120
# jupyter-core
@@ -126,15 +130,15 @@ ptyprocess==0.7.0
126130
# via pexpect
127131
pure-eval==0.2.2
128132
# via stack-data
129-
pydantic==2.7.0
133+
pydantic==2.7.1
130134
# via
131135
# confection
132136
# spacy
133137
# thinc
134138
# weasel
135-
pydantic-core==2.18.1
139+
pydantic-core==2.18.2
136140
# via pydantic
137-
pygments==2.17.2
141+
pygments==2.18.0
138142
# via ipython
139143
pyjstat==2.4.0
140144
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
@@ -146,7 +150,7 @@ python-dotenv==1.0.1
146150
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
147151
pytz==2024.1
148152
# via pandas
149-
pyzmq==26.0.0
153+
pyzmq==26.0.3
150154
# via
151155
# ipykernel
152156
# jupyter-client
@@ -189,11 +193,11 @@ tornado==6.4
189193
# via
190194
# ipykernel
191195
# jupyter-client
192-
tqdm==4.66.2
196+
tqdm==4.66.4
193197
# via
194198
# spacy
195199
# taskanalytics-data-wrapper
196-
traitlets==5.14.2
200+
traitlets==5.14.3
197201
# via
198202
# comm
199203
# ipykernel

requirements/main.txt

+9-5
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ flashtext==2.7
3434
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
3535
idna==3.7
3636
# via requests
37-
jinja2==3.1.3
37+
jinja2==3.1.4
3838
# via spacy
39-
langcodes==3.3.0
39+
langcodes==3.4.0
4040
# via spacy
41+
language-data==1.2.0
42+
# via langcodes
43+
marisa-trie==1.1.1
44+
# via language-data
4145
markupsafe==2.1.5
4246
# via jinja2
4347
murmurhash==1.0.10
@@ -64,13 +68,13 @@ preshed==3.0.9
6468
# via
6569
# spacy
6670
# thinc
67-
pydantic==2.7.0
71+
pydantic==2.7.1
6872
# via
6973
# confection
7074
# spacy
7175
# thinc
7276
# weasel
73-
pydantic-core==2.18.1
77+
pydantic-core==2.18.2
7478
# via pydantic
7579
pyjstat==2.4.0
7680
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
@@ -107,7 +111,7 @@ taskanalytics-data-wrapper==0.1.7
107111
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
108112
thinc==8.2.3
109113
# via spacy
110-
tqdm==4.66.2
114+
tqdm==4.66.4
111115
# via
112116
# spacy
113117
# taskanalytics-data-wrapper

0 commit comments

Comments
 (0)