Update poetry.lock
This commit is contained in:
parent
e17f4daf0e
commit
3e3fb55e35
1 changed files with 6 additions and 6 deletions
12
poetry.lock
generated
12
poetry.lock
generated
|
@ -265,7 +265,7 @@ python-versions = ">=3.5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jarvis-core"
|
name = "jarvis-core"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
description = "JARVIS core"
|
description = "JARVIS core"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -284,7 +284,7 @@ umongo = "^3.1.0"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git"
|
url = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git"
|
||||||
reference = "main"
|
reference = "main"
|
||||||
resolved_reference = "02b60a29ebbab91d9ad4cf876eb10c2aea6f2231"
|
resolved_reference = "257eaaea951d7f8ed5f6e1c4d01abed6d47e9f0d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "marshmallow"
|
name = "marshmallow"
|
||||||
|
@ -415,11 +415,11 @@ python-versions = ">=3.10"
|
||||||
aiohttp = {version = "3.8.1", markers = "python_version >= \"3.6\""}
|
aiohttp = {version = "3.8.1", markers = "python_version >= \"3.6\""}
|
||||||
aiosignal = {version = "1.2.0", markers = "python_version >= \"3.6\""}
|
aiosignal = {version = "1.2.0", markers = "python_version >= \"3.6\""}
|
||||||
async-timeout = {version = "4.0.2", markers = "python_version >= \"3.6\""}
|
async-timeout = {version = "4.0.2", markers = "python_version >= \"3.6\""}
|
||||||
attrs = {version = "21.4.0", markers = "python_version >= \"3.6\""}
|
attrs = {version = "21.4.0", markers = "python_version >= \"3.6\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.5.0\" and python_version >= \"3.6\""}
|
||||||
certifi = {version = "2021.10.8", markers = "python_version >= \"2.7\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.6.0\""}
|
certifi = {version = "2021.10.8", markers = "python_version >= \"2.7\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.6.0\""}
|
||||||
charset-normalizer = {version = "2.0.12", markers = "python_full_version >= \"3.6.0\""}
|
charset-normalizer = {version = "2.0.12", markers = "python_full_version >= \"3.6.0\" and python_version >= \"3.6\""}
|
||||||
frozenlist = {version = "1.3.0", markers = "python_version >= \"3.7\""}
|
frozenlist = {version = "1.3.0", markers = "python_version >= \"3.7\""}
|
||||||
idna = {version = "3.3", markers = "python_full_version >= \"3.6.0\""}
|
idna = {version = "3.3", markers = "python_version >= \"3.6\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.6.0\" and python_version >= \"3.6\""}
|
||||||
multidict = {version = "6.0.2", markers = "python_version >= \"3.7\""}
|
multidict = {version = "6.0.2", markers = "python_version >= \"3.7\""}
|
||||||
pycryptodome = {version = "3.14.1", markers = "python_version >= \"2.7\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.5.0\""}
|
pycryptodome = {version = "3.14.1", markers = "python_version >= \"2.7\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.5.0\""}
|
||||||
requests = {version = "2.27.1", markers = "python_version >= \"2.7\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.6.0\""}
|
requests = {version = "2.27.1", markers = "python_version >= \"2.7\" and python_full_version < \"3.0.0\" or python_full_version >= \"3.6.0\""}
|
||||||
|
@ -736,7 +736,7 @@ multidict = ">=4.0"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "2397e36142e58e3a9a9215a6dae4e37c054fba46f168fb945ec26974bb9c2f21"
|
content-hash = "181616e94a288cc8599183e8922431a23170ca91d0a1426307f969d3439b4e73"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofile = [
|
aiofile = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue