Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jupyter==1.0.0
requests==2.31.0
requests==2.32.2
18 changes: 7 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ anyio==4.2.0
# via
# httpx
# jupyter-server
appnope==0.1.3
# via
# ipykernel
# ipython
argon2-cffi==23.1.0
# via jupyter-server
argon2-cffi-bindings==21.2.0
Expand All @@ -34,7 +30,7 @@ beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
certifi==2024.2.2
certifi==2024.7.4
# via
# httpcore
# httpx
Expand Down Expand Up @@ -67,7 +63,7 @@ httpcore==1.0.2
# via httpx
httpx==0.26.0
# via jupyterlab
idna==3.6
idna==3.7
# via
# anyio
# httpx
Expand Down Expand Up @@ -120,7 +116,7 @@ jsonschema[format-nongpl]==4.21.1
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter==1.0.0
# via -r ./requirements.in
# via -r requirements.in
jupyter-client==8.6.0
# via
# ipykernel
Expand Down Expand Up @@ -264,9 +260,9 @@ referencing==0.33.0
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.31.0
requests==2.32.2
# via
# -r ./requirements.in
# -r requirements.in
# jupyterlab-server
rfc3339-validator==0.1.4
# via
Expand Down Expand Up @@ -304,7 +300,7 @@ tinycss2==1.2.1
# via nbconvert
tomli==2.0.1
# via jupyterlab
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -338,7 +334,7 @@ typing-extensions==4.9.0
# ipython
uri-template==1.3.0
# via jsonschema
urllib3==2.2.0
urllib3==2.2.2
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down