Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Dec 20, 2023
1 parent 8f001d9 commit 39d5e94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
pysodium = "^0.7.12"
pysodium = "^0.7.17"

[tool.poetry.dev-dependencies]
black = "^23.1"
codespell = "^2.2.2"
black = "^23.12"
codespell = "^2.2.6"
coverage = "^6"
coveralls = "^3.3"
cython = "^0.29.32"
isort = "^5.12"
mypy = "^1.1"
pylama = "^8.3"
pylint = "^2.15"
cython = "^0.29.37"
isort = "^5.13"
mypy = "^1.7"
pylama = "^8.4"
pylint = "^2.17"
pynacl = "^1.5"
pytest = "^7.2"
pytest = "^7.4"
pytest-benchmark = "^4.0"

[tool.black]
Expand Down

0 comments on commit 39d5e94

Please sign in to comment.