Skip to content

Commit

Permalink
fix dependencies issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 12, 2023
1 parent a80a980 commit 620d944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: check-toml
Expand Down
8 changes: 4 additions & 4 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.9.0
# via virtualenv
identify==2.5.17
# via pre-commit
isort==5.11.4
isort==5.12.0
# via -r requirements/linting.in
mypy==1.0.0
# via -r requirements/linting.in
Expand All @@ -32,7 +32,7 @@ packaging==23.0
# via black
pathspec==0.11.0
# via black
platformdirs==2.6.2
platformdirs==3.0.0
# via
# black
# virtualenv
Expand All @@ -42,7 +42,7 @@ pyupgrade==3.3.1
# via -r requirements/linting.in
pyyaml==6.0
# via pre-commit
ruff==0.0.243
ruff==0.0.245
# via -r requirements/linting.in
tokenize-rt==5.0.0
# via pyupgrade
Expand All @@ -52,7 +52,7 @@ tomli==2.0.1
# mypy
typing-extensions==4.4.0
# via mypy
virtualenv==20.18.0
virtualenv==20.19.0
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.4.0
# via pydantic
pydantic @ git+https://github.com/pydantic/pydantic.git@main
# via pydantic-extra-types (pyproject.toml)
pydantic-core==0.8.2
pydantic-core==0.9.0
# via pydantic
pyotp==2.8.0
# via pydantic-extra-types (pyproject.toml)
Expand Down

0 comments on commit 620d944

Please sign in to comment.