Skip to content

Commit

Permalink
chore(deps): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Feb 28, 2024
1 parent ff5a869 commit 0aa4d92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,14 @@ select = [
# "B", # flake8-bugbear
]
ignore = ["E203","E731","E501"]
preview = true
target-version = "py311"

[tool.ruff.isort]
known-first-party = ["callosum"]
known-local-folder = ["src"]
split-on-trailing-comma = true

[tool.black]
line-length = 85

[tool.mypy]
ignore_missing_imports = true

Expand Down
15 changes: 7 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ python_requires = >=3.11
install_requires =
attrs>=21.3.0
python-dateutil>=2.8.2
msgpack>=1.0.4
msgpack>=1.0.7
temporenc>=0.1
yarl>=1.8.2
yarl>=1.9.4
zip_safe = false
include_package_data = true

Expand All @@ -65,19 +65,18 @@ test =
dev =
pre-commit
lint =
black~=23.9.1
ruff>=0.0.287
ruff-lsp>=0.0.38
ruff>=0.2.2
ruff-lsp>=0.0.52
typecheck =
mypy~=1.5.1
mypy~=1.8.0
types-python-dateutil
docs =
sphinx~=4.3
sphinx-autodoc-typehints
thrift =
thriftpy2>=0.4.16
thriftpy2>=0.4.20
zeromq =
pyzmq>=23.0.0
pyzmq>=25.1.1
redis =
redis>=4.6.0
snappy =
Expand Down

0 comments on commit 0aa4d92

Please sign in to comment.