Skip to content

Commit 8ca5608

Browse files
committed
update to new pyjwt
1 parent 33db69f commit 8ca5608

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
pkgname=py3status-github-notifications
44
poetryname=py3status_github_notifications
55
pkgdesc="Python module for py3status to keep track of your Github notifications."
6-
pkgver=0.1.9
6+
pkgver=0.1.10
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
1010
depends=('py3status' 'python' 'python-pygithub')
11-
makedepends=('python-build' 'python-poetry' 'python-installer' 'python-setuptools')
11+
makedepends=('python-build' 'python-poetry' 'python-installer')
1212
url="https://github.com/mcgillij/py3status-github-notifications"
1313
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
14-
md5sums=('53afae1a48f62d3330b224e756d39698')
14+
md5sums=('1603c9b451a20af3ef547a5f19cc5d11')
1515

1616
build() {
1717
cd "$srcdir/$poetryname-$pkgver"

poetry.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py3status-github-notifications"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "py3status module to show your Github notifications"
55
authors = ["mcgillij <mcgillivray.jason@gmail.com>"]
66
license = "MIT"
@@ -26,7 +26,7 @@ module = "py3status_github_notifications.github_notifications"
2626
python = "^3.10 || ^3.11"
2727
PyGithub = "^1.55"
2828
py3status = "^3.45"
29-
PyJWT = "2.6.0"
29+
PyJWT = "2.7.0"
3030

3131
[tool.poetry.dev-dependencies]
3232
pytest = "*"

0 commit comments

Comments
 (0)