From c7738cad59c66b20b189c901e7cad0886dfe3888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:37:59 +0000 Subject: [PATCH] chore(deps-dev): bump the safe-dependencies group with 3 updates Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel), [ypy-websocket](https://github.com/y-crdt/ypy-websocket) and [pytest-instafail](https://github.com/pytest-dev/pytest-instafail) to permit the latest version. Updates `ipykernel` from 6.24.0 to 6.25.2 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.24.0...v6.25.2) Updates `ypy-websocket` from 0.8.2 to 0.12.4 - [Release notes](https://github.com/y-crdt/ypy-websocket/releases) - [Changelog](https://github.com/y-crdt/ypy-websocket/blob/main/CHANGELOG.md) - [Commits](https://github.com/y-crdt/ypy-websocket/compare/v0.8.2...v0.12.4) Updates `pytest-instafail` to 0.5.0 - [Changelog](https://github.com/pytest-dev/pytest-instafail/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-instafail/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ipykernel dependency-type: direct:development update-type: version-update:semver-minor dependency-group: safe-dependencies - dependency-name: ypy-websocket dependency-type: direct:development update-type: version-update:semver-minor dependency-group: safe-dependencies - dependency-name: pytest-instafail dependency-type: direct:development dependency-group: safe-dependencies ... Signed-off-by: dependabot[bot] --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 47e3f7d..aee651a 100644 --- a/setup.py +++ b/setup.py @@ -52,15 +52,15 @@ #: pinned versions to avoid backtracking if pro (and thus arcgis) aren't already installed 'jupyterlab==3.6.5', 'jupyter-server==1.24.0', - 'ipykernel==6.24.0', - 'ypy-websocket==0.8.2' + 'ipykernel==6.25.2', + 'ypy-websocket==0.12.4' ], 'tests': [ 'pdoc3==0.10.*', 'pylint-quotes==0.2.*', 'pylint>=2.15,<3.1', 'pytest-cov==4.0.*', - 'pytest-instafail==0.4.*', + 'pytest-instafail>=0.4,<0.6', 'pytest-isort==3.1.*', # 'pytest-pylint==0.19.*', #: https://github.com/carsongee/pytest-pylint/issues/180 'pytest-watch==4.2.*',