Skip to content

Commit

Permalink
Update requirements (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored Feb 16, 2024
1 parent 15b66df commit cde78d8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
32 changes: 16 additions & 16 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@
#
# pip-compile --output-file=requirements/linting.txt requirements/linting.in
#
black==23.3.0
black==24.2.0
# via -r requirements/linting.in
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
click==8.1.3
click==8.1.7
# via black
distlib==0.3.6
distlib==0.3.8
# via virtualenv
filelock==3.12.0
filelock==3.13.1
# via virtualenv
identify==2.5.24
identify==2.5.34
# via pre-commit
mypy==1.3.0
mypy==1.8.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via black
pathspec==0.11.1
pathspec==0.12.1
# via black
platformdirs==3.5.1
platformdirs==4.2.0
# via
# black
# virtualenv
pre-commit==2.21.0
pre-commit==3.6.1
# via -r requirements/linting.in
pyupgrade==3.3.2
pyupgrade==3.15.0
# via -r requirements/linting.in
pyyaml==6.0.1
# via
# -r requirements/linting.in
# pre-commit
ruff==0.0.270
ruff==0.2.1
# via -r requirements/linting.in
tokenize-rt==5.0.0
tokenize-rt==5.2.0
# via pyupgrade
types-pyyaml==6.0.12.12
# via -r requirements/linting.in
typing-extensions==4.6.2
typing-extensions==4.9.0
# via mypy
virtualenv==20.23.0
virtualenv==20.25.0
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile --extra=toml --extra=yaml --output-file=requirements/pyproject.txt pyproject.toml
#
annotated-types==0.4.0
annotated-types==0.6.0
# via pydantic
pydantic==2.5.2
pydantic==2.6.1
# via pydantic-settings (pyproject.toml)
pydantic-core==2.14.5
pydantic-core==2.16.2
# via pydantic
python-dotenv==0.21.1
python-dotenv==1.0.1
# via pydantic-settings (pyproject.toml)
pyyaml==6.0.1
# via pydantic-settings (pyproject.toml)
tomlkit==0.12.3
# via pydantic-settings (pyproject.toml)
typing-extensions==4.6.2
typing-extensions==4.9.0
# via
# pydantic
# pydantic-core
32 changes: 16 additions & 16 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,56 @@
#
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
#
black==23.3.0
black==24.2.0
# via pytest-examples
click==8.1.3
click==8.1.7
# via black
coverage[toml]==7.2.6
coverage[toml]==7.4.1
# via -r requirements/testing.in
exceptiongroup==1.1.1
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==23.2
# via
# black
# pytest
pathspec==0.11.1
pathspec==0.12.1
# via black
platformdirs==3.5.1
platformdirs==4.2.0
# via black
pluggy==1.0.0
pluggy==1.4.0
# via pytest
pygments==2.15.1
pygments==2.17.2
# via rich
pytest==7.3.2
pytest==8.0.0
# via
# -r requirements/testing.in
# pytest-examples
# pytest-mock
# pytest-pretty
pytest-examples==0.0.9
pytest-examples==0.0.10
# via -r requirements/testing.in
pytest-mock==3.10.0
pytest-mock==3.12.0
# via -r requirements/testing.in
pytest-pretty==1.2.0
# via -r requirements/testing.in
rich==13.3.5
rich==13.7.0
# via pytest-pretty
ruff==0.0.270
ruff==0.2.1
# via pytest-examples
tomli==2.0.1
# via
# black
# coverage
# pytest
typing-extensions==4.6.2
typing-extensions==4.9.0
# via
# black
# rich

0 comments on commit cde78d8

Please sign in to comment.