Skip to content

Commit

Permalink
chore: update typing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Dec 15, 2024
1 parent 45f0298 commit 4d1880f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements/typing.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pyright
pytest
mypy
16 changes: 11 additions & 5 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
#
# 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
# via pytest
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

0 comments on commit 4d1880f

Please sign in to comment.