Skip to content

Commit

Permalink
Bump jupyter-server from 2.7.3 to 2.11.2 (#121)
Browse files Browse the repository at this point in the history
* Bump jupyter-server from 2.7.3 to 2.11.2

Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.7.3 to 2.11.2.
- [Release notes](https://github.com/jupyter-server/jupyter_server/releases)
- [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md)
- [Commits](jupyter-server/jupyter_server@v2.7.3...v2.11.2)

---
updated-dependencies:
- dependency-name: jupyter-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements.dev.txt

* Update requirements.dev.txt

* Update requirements.dev.txt

* Update requirements.dev.txt

* Update requirements.dev.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Blum <[email protected]>
  • Loading branch information
dependabot[bot] and blumu authored Jun 4, 2024
1 parent fae7beb commit 2ffa5bc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# resolve incompatibility with pytest
attrs==19.2.0


# for vscode intellisense
jedi==0.19.1
Expand All @@ -15,7 +14,9 @@ flake8
pep8-naming
autopep8

pytest~=6.2.5
pytest~=8.2.2
# resolve incompatibility with pytest
#attrs==19.2.0

jupytext~=1.15.2
ipykernel==6.6.1
Expand All @@ -36,7 +37,7 @@ argon2-cffi-bindings==21.2.0
arrow==1.3.0
asttokens==2.4.0
async-lru==2.0.4
attrs==19.2.0
attrs==22.2.0
autopep8==2.0.4
babel==2.13.0
backcall==0.2.0
Expand Down Expand Up @@ -72,12 +73,12 @@ isoduration==20.11.0
jinja2==3.1.4
json5==0.9.14
jsonpointer==2.4
jsonschema==4.17.3
jsonschema==4.18.6
jupyter-client==7.4.9
jupyter-console==6.4.4
jupyter-events==0.6.3
jupyter-events==0.10.0
jupyter-lsp==2.2.2
jupyter-server==2.7.3
jupyter-server==2.11.2
jupyter-server-terminals==0.4.4
jupyterlab==4.0.11
jupyterlab-pygments==0.2.2
Expand Down Expand Up @@ -113,7 +114,7 @@ pexpect==4.8.0
pickleshare==0.7.5
pillow==10.3.0
plotly==4.11.0
pluggy==1.3.0
pluggy==1.5.0
progressbar2==3.51.4
prometheus-client==0.17.1
prompt-toolkit==3.0.39
Expand Down Expand Up @@ -156,4 +157,4 @@ webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.4
widgetsnbextension==4.0.9
zipp==3.8.1
zipp==3.8.1

0 comments on commit 2ffa5bc

Please sign in to comment.