We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c77699 commit fa319d1Copy full SHA for fa319d1
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'github-actions' # See documentation for possible values
4
+ directory: '/' # Location of package manifests
5
+ schedule:
6
+ interval: 'daily'
7
+ target-branch: 'master'
8
+ - package-ecosystem: 'pip'
9
+ directory: '/'
10
11
+ interval: 'weekly'
12
requirements.txt
@@ -1 +1,2 @@
rich==13.6.0
+tqdm==4.66.1
requirements_dev.txt
@@ -1,4 +1,5 @@
-black==23.9.1
-ruff==0.1.0
+ruff==0.1.14
pytest==7.4.2
pytest-cov==4.1.0
+types-tqdm==4.66.1
+types-seaborn
0 commit comments