diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-08-22 13:03:24 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2022-08-22 13:03:24 -0400 |
commit | 0c1df59fccc0174838d6fd6f8d2bd1248ce706b2 (patch) | |
tree | c92ec83762d7b083926f11c4e76f1602cd50978d | |
parent | 06fd3bb3494d305e862c226a1398b47a23fcbff0 (diff) | |
download | b4-0c1df59fccc0174838d6fd6f8d2bd1248ce706b2.tar.gz |
Update patatt to 0.6.0 and up version in requirements.txt
Patatt-0.6.0 is out and we need it for the current version of b4.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
m--------- | patatt | 0 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/patatt b/patatt -Subproject 37d427737a90bd3057a6f187e929c20475219ae +Subproject 8a3da6965836d46509a0f5eab9808cdb9542dee diff --git a/requirements.txt b/requirements.txt index c52cbed..cd5c713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests>=2.24,<3.0 # These are optional, needed for attestation features dnspython>=2.1,<3.0 dkimpy>=1.0,<2.0 -patatt>=0.5,<2.0 +patatt>=0.6,<2.0 git-filter-repo>=2.30,<3.0 |