Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/requirements/black-24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 28, 2024
2 parents 8aa4a8a + 7e42f16 commit 61390d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/develop.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r test_black.txt

pip==24.0
wheel==0.42.0
wheel==0.43.0
watchdog==4.0.0


Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r base.txt

# Multi-environment testing
tox ==4.12.1
tox ==4.15.0

# Wonderful py.test for testing
pytest >=3.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/test_black.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
-r test.txt

# Black for formatting
black == 24.3.0
black == 24.4.2

0 comments on commit 61390d9

Please sign in to comment.