feat: bump version, update deps

This commit is contained in:
Jovial Joe Jayarson
2023-02-09 07:25:07 +05:30
parent 413150be53
commit ac0bb21462
2 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
[tool.poetry]
name = "waka-readme"
version = "0.1.7"
description = "Wakatime Weekly Metrics on your Profile Readme"
version = "0.1.8"
description = "Wakatime Weekly Metrics on your Profile Readme."
authors = ["Athul Cyriac Ajay <athul8720@gmail.com>"]
license = "MIT"
readme = "README.md"
@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
faker = "^16.6.1"
faker = "^16.7.0"
requests = "^2.28.2"
pygithub = "^1.57"