From 4d1880f4663576fe9bbd5a2e56c0ed16ede21505 Mon Sep 17 00:00:00 2001 From: Abdur-RahmaanJ Date: Sun, 15 Dec 2024 23:23:02 +0400 Subject: [PATCH] chore: update typing deps --- requirements/typing.in | 1 + requirements/typing.txt | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/requirements/typing.in b/requirements/typing.in index f7d9470..278e04d 100644 --- a/requirements/typing.in +++ b/requirements/typing.in @@ -1,2 +1,3 @@ pyright pytest +mypy \ No newline at end of file diff --git a/requirements/typing.txt b/requirements/typing.txt index a1e763c..a8e3af3 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,11 +1,15 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile typing.in +# pip-compile --output-file=requirements/typing.txt requirements/typing.in # iniconfig==2.0.0 # via pytest +mypy==1.13.0 + # via -r requirements/typing.in +mypy-extensions==1.0.0 + # via mypy nodeenv==1.8.0 # via pyright packaging==24.0 @@ -13,11 +17,13 @@ packaging==24.0 pluggy==1.5.0 # via pytest pyright==1.1.387 - # via -r typing.in + # via -r requirements/typing.in pytest==8.3.3 - # via -r typing.in + # via -r requirements/typing.in typing-extensions==4.12.2 - # via pyright + # via + # mypy + # pyright # The following packages are considered to be unsafe in a requirements file: # setuptools