Skip to content

Commit

Permalink
Update dependencies (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored May 27, 2023
1 parent 1307656 commit 56ba90a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 15 deletions.
31 changes: 25 additions & 6 deletions requirements/linting.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.7
# by the following command:
#
# pip-compile --output-file=requirements/linting.txt requirements/linting.in
Expand All @@ -16,6 +16,11 @@ filelock==3.12.0
# via virtualenv
identify==2.5.24
# via pre-commit
importlib-metadata==6.6.0
# via
# click
# pre-commit
# virtualenv
mypy==1.3.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
Expand All @@ -32,20 +37,34 @@ platformdirs==3.5.1
# via
# black
# virtualenv
pre-commit==3.3.1
pre-commit==2.21.0
# via -r requirements/linting.in
pyupgrade==3.4.0
pyupgrade==3.3.2
# via -r requirements/linting.in
pyyaml==6.0
# via pre-commit
ruff==0.0.265
ruff==0.0.270
# via -r requirements/linting.in
tokenize-rt==5.0.0
# via pyupgrade
typing-extensions==4.5.0
# via mypy
tomli==2.0.1
# via
# black
# mypy
typed-ast==1.5.4
# via
# black
# mypy
typing-extensions==4.6.2
# via
# black
# importlib-metadata
# mypy
# platformdirs
virtualenv==20.23.0
# via pre-commit
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
15 changes: 9 additions & 6 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --output-file=requirements/pyproject.txt pyproject.toml
#
annotated-types==0.4.0
# via pydantic
pydantic>=v2.0a4
pydantic==2.0a4
# via pydantic-settings (pyproject.toml)
pydantic-core>=0.30.0
pydantic-core==0.30.0
# via pydantic
python-dotenv==0.21.0
python-dotenv==0.21.1
# via pydantic-settings (pyproject.toml)
typing-extensions==4.5.0
# via pydantic
typing-extensions==4.6.2
# via
# annotated-types
# pydantic
# pydantic-core
29 changes: 26 additions & 3 deletions requirements/testing.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.7
# by the following command:
#
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
Expand All @@ -8,8 +8,15 @@ black==23.3.0
# via pytest-examples
click==8.1.3
# via black
coverage[toml]==7.2.5
coverage[toml]==7.2.6
# via -r requirements/testing.in
exceptiongroup==1.1.1
# via pytest
importlib-metadata==6.6.0
# via
# click
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
markdown-it-py==2.2.0
Expand Down Expand Up @@ -44,5 +51,21 @@ pytest-pretty==1.2.0
# via -r requirements/testing.in
rich==13.3.5
# via pytest-pretty
ruff==0.0.265
ruff==0.0.270
# via pytest-examples
tomli==2.0.1
# via
# black
# coverage
# pytest
typed-ast==1.5.4
# via black
typing-extensions==4.6.2
# via
# black
# importlib-metadata
# markdown-it-py
# platformdirs
# rich
zipp==3.15.0
# via importlib-metadata

0 comments on commit 56ba90a

Please sign in to comment.