Version bump

This commit is contained in:
Zeva Rose 2022-03-18 15:02:21 -06:00
parent 0cb744941c
commit a2ff1b52c6
2 changed files with 10 additions and 9 deletions

17
poetry.lock generated
View file

@ -200,7 +200,7 @@ plugins = ["setuptools"]
[[package]]
name = "jarvis-core"
version = "0.4.1"
version = "0.6.0"
description = ""
category = "main"
optional = false
@ -218,7 +218,7 @@ umongo = "^3.1.0"
type = "git"
url = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git"
reference = "main"
resolved_reference = "5ecab61fdb03c99485552ded7618530e81ca19fb"
resolved_reference = "8e3276a81575927e4484dfaa5c3e0e894e3c4707"
[[package]]
name = "jedi"
@ -611,18 +611,19 @@ python-versions = ">=3.7"
[[package]]
name = "tweepy"
version = "4.5.0"
version = "4.7.0"
description = "Twitter library for Python"
category = "main"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.dependencies]
oauthlib = ">=3.2.0,<4"
requests = ">=2.27.0,<3"
requests-oauthlib = ">=1.0.0,<2"
requests-oauthlib = ">=1.2.0,<2"
[package.extras]
async = ["aiohttp (>=3.7.3,<4)", "oauthlib (>=3.1.0,<4)"]
async = ["aiohttp (>=3.7.3,<4)"]
dev = ["coveralls (>=2.1.0)", "tox (>=3.14.0)"]
socks = ["requests[socks] (>=2.27.0,<3)"]
test = ["vcrpy (>=1.10.3)"]
@ -1311,8 +1312,8 @@ tomli = [
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
]
tweepy = [
{file = "tweepy-4.5.0-py2.py3-none-any.whl", hash = "sha256:1efe228d5994e0d996577bd052b73c59dada96ff8045e176bf46c175afe61859"},
{file = "tweepy-4.5.0.tar.gz", hash = "sha256:12cc4b0a3d7b745928b08c3eb55a992236895e00028584d11fa41258f07df1b9"},
{file = "tweepy-4.7.0-py2.py3-none-any.whl", hash = "sha256:d7e78c49232e849b660d82c7c2e504e8487d8014dcb73b39b490b61827965aba"},
{file = "tweepy-4.7.0.tar.gz", hash = "sha256:82323505d549e3868e14a4570fc069ab3058ef95f9e578d1476d69bf2c831483"},
]
ujson = [
{file = "ujson-5.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:644552d1e89983c08d0c24358fbcb5829ae5b5deee9d876e16d20085cfa7dc81"},

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "jarvis-tasks"
version = "0.1.1"
version = "0.2.0"
description = ""
authors = ["Your Name <you@example.com>"]