Skip to content

Commit

Permalink
fix dependencies version (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored May 21, 2023
1 parent d275ff6 commit 8307e0f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
14 changes: 7 additions & 7 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@ distlib==0.3.6
# via virtualenv
filelock==3.12.0
# via virtualenv
identify==2.5.23
identify==2.5.24
# via pre-commit
isort==5.12.0
# via -r requirements/linting.in
mypy==1.2.0
mypy==1.3.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.7.0
nodeenv==1.8.0
# via pre-commit
packaging==23.1
# via black
pathspec==0.11.1
# via black
platformdirs==3.5.0
platformdirs==3.5.1
# via
# black
# virtualenv
pre-commit==3.2.2
pre-commit==3.3.2
# via -r requirements/linting.in
pyupgrade==3.3.2
pyupgrade==3.4.0
# via -r requirements/linting.in
pyyaml==6.0
# via pre-commit
ruff==0.0.263
ruff==0.0.269
# via -r requirements/linting.in
tokenize-rt==5.0.0
# via pyupgrade
Expand Down
6 changes: 4 additions & 2 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ phonenumbers==8.13.11
# via pydantic-extra-types (pyproject.toml)
pydantic @ git+https://github.com/pydantic/pydantic.git@main
# via pydantic-extra-types (pyproject.toml)
pydantic-core==0.31.0
pydantic-core==0.33.0
# via pydantic
typing-extensions==4.5.0
# via pydantic
# via
# pydantic
# pydantic-core
8 changes: 4 additions & 4 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --output-file=requirements/testing.txt --resolver=backtracking requirements/testing.in
#
certifi==2022.12.7
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
# via requests
codecov==2.1.13
# via -r requirements/testing.in
coverage[toml]==7.2.4
coverage[toml]==7.2.5
# via
# -r requirements/testing.in
# codecov
Expand Down Expand Up @@ -50,13 +50,13 @@ pytest-pretty==1.2.0
# via -r requirements/testing.in
pytz==2023.3
# via dirty-equals
requests==2.29.0
requests==2.30.0
# via codecov
rich==13.3.5
# via pytest-pretty
tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.15
urllib3==2.0.2
# via requests

0 comments on commit 8307e0f

Please sign in to comment.