Skip to content

Commit

Permalink
build: update dev-requirments.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gilrrei committed Jan 23, 2025
1 parent 686bee6 commit 943b829
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
Expand Down Expand Up @@ -80,6 +80,10 @@ idna==3.10
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements.txt
# build
isort==5.13.2
# via
# -r dev-requirements.in
Expand Down Expand Up @@ -267,6 +271,14 @@ tinycss2==1.4.0
# via nbconvert
toml==0.10.2
# via liccheck
tomli==2.0.2
# via
# -c requirements.txt
# build
# pip-tools
# pre-commit-hooks
# pylint
# sphinx
tomlkit==0.13.2
# via
# commitizen
Expand All @@ -286,6 +298,7 @@ traitlets==5.14.3
typing-extensions==4.12.2
# via
# -c requirements.txt
# astroid
# pydata-sphinx-theme
untokenize==0.1.1
# via docformatter
Expand All @@ -307,6 +320,10 @@ wheel==0.44.0
# pip-tools
yamllint==1.35.1
# via -r dev-requirements.in
zipp==3.20.2
# via
# -c requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 943b829

Please sign in to comment.