Skip to content

Commit 91db7f7

Browse files
authored
Update Dev Dependencies (#5)
* update dev dependencies * upate version number
1 parent 5cab1b0 commit 91db7f7

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

poetry.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "braidvisualiser"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Python library providing functionality for the creation and rendering of Artin braids."
55
authors = ["Rex Greenway"]
66
license = "MIT"
@@ -12,7 +12,7 @@ matplotlib = "^3.8.2"
1212
numpy = "^1.26.3"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
black = "^23.12.1"
15+
black = "^24.3.0"
1616
flake8 = "^7.0.0"
1717
twine = "^4.0.2"
1818

0 commit comments

Comments
 (0)