diff --git a/requirements_dev.txt b/requirements_dev.txt index 4040386..b9d752f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==22.0.4 +pip==23.3 bump2version==1.0.1 wheel==0.37.1 watchdog==2.1.6 diff --git a/setup.py b/setup.py index bf1a512..90e8c88 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ requirements = ['Jinja2==3.1.2', 'Click==8.0.4', 'MarkupSafe==2.0.1'] test_requirements = [ - 'pip==22.0.4', + 'pip==23.3', 'bump2version==1.0.1', 'wheel==0.37.1', 'watchdog==2.1.6',