diff options
author | Sam James <sam@gentoo.org> | 2022-08-09 21:59:07 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-10 19:20:00 +0300 |
commit | 98cfd6972d0ef1cc4a549a33fc7d1f1ee97fc03f (patch) | |
tree | 7bb50c0b051354d372044d19cc7849c2674d6152 | |
parent | ci: enable py3.11 testing (diff) | |
download | pkgdev-98cfd6972d0ef1cc4a549a33fc7d1f1ee97fc03f.tar.gz pkgdev-98cfd6972d0ef1cc4a549a33fc7d1f1ee97fc03f.tar.bz2 pkgdev-98cfd6972d0ef1cc4a549a33fc7d1f1ee97fc03f.zip |
requirements: bump pkgcore/snakeoil deps for py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/pkgcore/pkgdev/pull/81
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | requirements/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/install.txt b/requirements/install.txt index 8460fab..d8f037e 100644 --- a/requirements/install.txt +++ b/requirements/install.txt @@ -1,3 +1,3 @@ -snakeoil~=0.9.6 -pkgcore~=0.12.0 +snakeoil~=0.9.12 +pkgcore~=0.12.13 pkgcheck~=0.10.0 |