Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.12
# via sphinx
astroid==2.12.5
# via pylint
attrs==22.2.0
attrs==23.1.0
# via
# hypothesis
# pytest
Expand Down Expand Up @@ -48,6 +48,13 @@ idna==3.3
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==4.2.0
# via
# attrs
# flake8
# pluggy
# pytest
# stevedore
iniconfig==1.1.1
# via pytest
isort==5.10.1
Expand Down Expand Up @@ -149,6 +156,10 @@ tomli==2.0.1
# pytest
tomlkit==0.11.4
# via pylint
typed-ast==1.5.4
# via
# astroid
# mypy
types-python-dateutil==2.8.19.6
# via -r requirements-dev.in
types-pyyaml==6.0.12.6
Expand All @@ -159,6 +170,7 @@ typing-extensions==4.4.0
# via
# -r requirements-dev.in
# astroid
# importlib-metadata
# mypy
# pylint
urllib3==1.26.12
Expand All @@ -171,6 +183,8 @@ wheel==0.37.1
# via -r requirements-dev.in
wrapt==1.14.1
# via astroid
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements-test.txt --resolver=backtracking requirements-test.in
#
attrs==22.2.0
attrs==23.1.0
# via
# hypothesis
# pytest
Expand Down Expand Up @@ -32,6 +32,7 @@ idna==3.4
# via requests
importlib-metadata==6.0.0
# via
# attrs
# pluggy
# pytest
iniconfig==2.0.0
Expand Down