diff options
| author | Asif Saif Uddin <auvipy@gmail.com> | 2023-04-03 15:32:45 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 15:32:45 +0600 |
| commit | 0bf1ad17866fe4b065366d5390c6f467b8dcd6f0 (patch) | |
| tree | 3c20c98bb9fb2d4f61d9d1fbb0b624d76028b8aa | |
| parent | 323e32f09995720f7467402581b4bdd3ca83b612 (diff) | |
| download | kombu-pkgutils.tar.gz | |
Update pkgutils.txtpkgutils
| -rw-r--r-- | requirements/pkgutils.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pkgutils.txt b/requirements/pkgutils.txt index c23895fd..0d9c3150 100644 --- a/requirements/pkgutils.txt +++ b/requirements/pkgutils.txt @@ -1,8 +1,8 @@ setuptools>=47.0.0 wheel>=0.29.0 -flake8>=2.5.4 -tox>=2.3.1 +flake8==5.0.4 +tox>=4.4.8 sphinx2rst>=1.0 bumpversion pydocstyle==1.1.1 -mypy==0.942 +mypy==1.1.1 |
