Skip to content

Commit

Permalink
Bumped pip version to 24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguelez committed Jun 13, 2024
1 parent 43171f5 commit 436a9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==22.0.4
pip==24.0
bump2version==1.0.1
wheel==0.37.1
watchdog==2.1.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
requirements = ['Jinja2==3.1.2', 'Click==8.0.4', 'MarkupSafe==2.0.1']

test_requirements = [
'pip==22.0.4',
'pip==24.0',
'bump2version==1.0.1',
'wheel==0.37.1',
'watchdog==2.1.6',
Expand Down

0 comments on commit 436a9e8

Please sign in to comment.