Update dependencies, add NAFF in gitignore for dev purposes

This commit is contained in:
Zeva Rose 2022-08-10 14:30:18 -06:00
parent 469c0a9351
commit 895dc87448
2 changed files with 8 additions and 7 deletions

3
.gitignore vendored
View file

@ -145,3 +145,6 @@ config.yaml
# VSCode
.vscode/
# Custom NAFF versions
naff/

12
poetry.lock generated
View file

@ -414,7 +414,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[[package]]
name = "jarvis-core"
version = "0.10.2"
version = "0.11.0"
description = "JARVIS core"
category = "main"
optional = false
@ -435,7 +435,7 @@ umongo = "^3.1.0"
type = "git"
url = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git"
reference = "main"
resolved_reference = "7bb9b25f636fbcbea97e0924f2192a1e497258dd"
resolved_reference = "fce3b829a30583abd48b3221825c3ed303610de8"
[[package]]
name = "jinxed"
@ -525,7 +525,7 @@ python-versions = "*"
[[package]]
name = "naff"
version = "1.4.0"
version = "1.7.1"
description = "Not another freaking fork"
category = "main"
optional = false
@ -540,6 +540,7 @@ tomli = "*"
[package.extras]
all = ["PyNaCl (>=1.5.0,<1.6)", "cchardet", "aiodns", "orjson", "brotli"]
speedup = ["cchardet", "aiodns", "orjson", "brotli"]
tests = ["pytest", "pytest-recording", "pytest-asyncio", "pytest-cov", "typeguard"]
voice = ["PyNaCl (>=1.5.0,<1.6)"]
[[package]]
@ -1557,10 +1558,7 @@ mypy-extensions = [
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
]
naff = [
{file = "naff-1.4.0-py3-none-any.whl", hash = "sha256:81d1e42dbc761b5ec3820b3bbf64f45c23ffdd185aed6c5512c9a8b24e0277de"},
{file = "naff-1.4.0.tar.gz", hash = "sha256:2f8bc2216c54a0b58db05aa8f787d33e2ad3db3d1e512751dc3efb16e5891653"},
]
naff = []
nafftrack = []
nanoid = [
{file = "nanoid-2.0.0-py3-none-any.whl", hash = "sha256:90aefa650e328cffb0893bbd4c236cfd44c48bc1f2d0b525ecc53c3187b653bb"},