Skip to content

Commit 9ca6a23

Browse files
committed
security upgrades + slew of version constraint resolutions
1 parent cfb8c7c commit 9ca6a23

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

requirements.txt

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ backports-abc==0.5
1414
beautifulsoup4==4.12.2
1515
bleach==6.0.0
1616
build==1.3.0
17-
certifi==2023.11.17
17+
certifi==2024.7.4
1818
cffi==1.15.1
1919
chardet==5.2.0
2020
charset-normalizer==2.0.12
@@ -27,17 +27,20 @@ Cython==0.29.33
2727
debugpy==1.6.7
2828
decorator==5.1.1
2929
defusedxml==0.7.1
30-
distlib==0.3.6
30+
distlib==0.4.0
3131
docutils==0.20.1
3232
et-xmlfile==1.1.0
3333
exceptiongroup==1.1.2
3434
executing==1.2.0
3535
fastjsonschema==2.18.0
36-
filelock==3.9.0
36+
filelock==3.20.0
3737
FormEncode==2.1.0
3838
fqdn==1.5.1
3939
gitdb==4.0.11
4040
GitPython==3.1.41
41+
h11==0.16.0
42+
httpcore==1.0.9
43+
httpx==0.28.1
4144
idna==3.6
4245
imagesize==1.4.1
4346
importlib-metadata==6.8.0
@@ -48,7 +51,7 @@ ipython-genutils==0.2.0
4851
ipywidgets==8.0.7
4952
isoduration==20.11.0
5053
jedi==0.18.2
51-
Jinja2==3.1.3
54+
Jinja2==3.1.6
5255
json5==0.9.14
5356
jsonpointer==2.4
5457
jsonschema==4.18.4
@@ -61,10 +64,10 @@ jupyter_client==8.3.0
6164
jupyter_core==5.3.1
6265
jupyter_server==2.7.0
6366
jupyter_server_terminals==0.4.4
64-
jupyterlab==4.0.11
67+
jupyterlab==4.4.8
6568
jupyterlab-pygments==0.2.2
6669
jupyterlab-widgets==3.0.8
67-
jupyterlab_server==2.24.0
70+
jupyterlab_server==2.28.0
6871
linecache2==1.0.0
6972
livereload==2.6.3
7073
lxml==4.9.3
@@ -87,11 +90,11 @@ parso==0.8.3
8790
pexpect==4.8.0
8891
pickleshare==0.7.5
8992
pkgutil_resolve_name==1.3.10
90-
platformdirs==3.0.0
93+
platformdirs==4.5.0
9194
port-for==0.7.2
9295
prometheus-client==0.17.1
9396
prompt-toolkit==3.0.39
94-
protobuf==4.25.1
97+
protobuf==4.25.8
9598
psutil==5.9.5
9699
ptyprocess==0.7.0
97100
pure-eval==0.2.2
@@ -110,7 +113,7 @@ qtconsole==5.4.3
110113
QtPy==2.3.1
111114
recommonmark==0.7.1
112115
referencing==0.30.0
113-
requests==2.31.0
116+
requests==2.32.4
114117
rfc3339-validator==0.1.4
115118
rfc3986-validator==0.1.1
116119
rpds-py==0.9.2
@@ -141,7 +144,7 @@ terminado==0.17.1
141144
text-unidecode==1.3
142145
tinycss2==1.2.1
143146
tomli==2.0.1
144-
tornado==6.4
147+
tornado==6.5
145148
traceback2==1.4.0
146149
traitlets==5.9.0
147150
transifex-client==0.12.5
@@ -152,8 +155,8 @@ unicodecsv==0.14.1
152155
Unidecode==1.3.7
153156
unittest2==1.1.0
154157
uri-template==1.3.0
155-
urllib3==1.26.18
156-
virtualenv==20.19.0
158+
urllib3==2.5.0
159+
virtualenv==20.26.6
157160
watchdog==3.0.0
158161
wcwidth==0.2.6
159162
webcolors==1.13

0 commit comments

Comments
 (0)