Skip to content

Commit 2f069eb

Browse files
committed
Merge branch 'dev' into add-adcs
2 parents 64ef008 + 2048760 commit 2f069eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires-python = ">=3.9.0"
2323
dependencies = [
24-
"matplotlib==3.9.0",
24+
"matplotlib==3.9.1",
2525
]
2626

2727
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
matplotlib==3.9.0
1+
matplotlib==3.9.1
22
tqdm==4.67.1
33
scipy==1.15.2

requirements_test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
black==24.4.2
2-
coverage==7.5.4
3-
pylint==3.2.3
2+
coverage==7.6.0
3+
pylint==3.2.5
44
pytest==8.2.2
55
pytest-cov==5.0.0
66
pytest-sugar==1.0.0
77
pytest-timeout==2.3.1
8-
ruff==0.4.10
9-
tox==4.15.1
8+
ruff==0.5.2
9+
tox==4.16.0
1010
restructuredtext-lint==1.4.0
1111
pygments==2.18.0

0 commit comments

Comments
 (0)