From 00722447944f4ed661d48a1fc55fa9256afff704 Mon Sep 17 00:00:00 2001 From: tolgaidev <164843802+tolgaidev@users.noreply.github.com> Date: Tue, 21 May 2024 23:14:38 +0300 Subject: [PATCH] chore(deps): update dependencies --- poetry.lock | 15 ++++++++++++++- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99156b1..6f4f74c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -95,10 +95,12 @@ files = [ [package.dependencies] click = ">=8.0.0" +ipython = {version = ">=7.8.0", optional = true, markers = "extra == \"jupyter\""} mypy-extensions = ">=0.4.3" packaging = ">=22.0" pathspec = ">=0.9.0" platformdirs = ">=2" +tokenize-rt = {version = ">=3.2.0", optional = true, markers = "extra == \"jupyter\""} tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""} @@ -2398,6 +2400,17 @@ requests = ">=2.26.0" [package.extras] blobfile = ["blobfile (>=2)"] +[[package]] +name = "tokenize-rt" +version = "5.2.0" +description = "A wrapper around the stdlib `tokenize` which roundtrips." +optional = false +python-versions = ">=3.8" +files = [ + {file = "tokenize_rt-5.2.0-py2.py3-none-any.whl", hash = "sha256:b79d41a65cfec71285433511b50271b05da3584a1da144a0752e9c621a285289"}, + {file = "tokenize_rt-5.2.0.tar.gz", hash = "sha256:9fe80f8a5c1edad2d3ede0f37481cc0cc1538a2f442c9c2f9e4feacd2792d054"}, +] + [[package]] name = "tokenizers" version = "0.19.1" @@ -2707,4 +2720,4 @@ stats = ["matplotlib"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7013e42bc1dbc331d3cb0f14d660b8587654ebf4e4793764976687b589eac88f" +content-hash = "7c3cc56a4859e97f65aa77ab55d233f29feef225b2f14870dd70198dcb3339ac" diff --git a/pyproject.toml b/pyproject.toml index 1e7e7f0..f2801a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest-xdist = "^3.5.0" mypy = "^1.7.1" types-pyyaml = "^6.0.12.12" types-requests = "^2.31.0" -black = ">=23.12.1,<24.5.0" +black = {extras = ["jupyter"], version = ">=23.12.1,<24.5.0"} [build-system] requires = ["poetry-core"]