Skip to content

Commit 6d2205b

Browse files
authored
build(deps): weekly dependency update; reduce dependabot frequency (#48)
* build(deps): weekly dependency bumps; reduce dependabot frequency * bump version
1 parent 085c865 commit 6d2205b

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/requirements"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77

88
- package-ecosystem: "github-actions"
99
# NOTE(robinson) - Workflow files stored in the
1010
# default location of `.github/workflows`
1111
directory: "/"
1212
schedule:
13-
interval: "weekly"
13+
interval: "monthly"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.7-dev0
2+
13
## 0.2.6
24

35
* Add donut model script for image prediction

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# pip-compile --output-file=requirements/base.txt
66
#
@@ -63,7 +63,7 @@ matplotlib==3.6.3
6363
# via pycocotools
6464
mpmath==1.2.1
6565
# via sympy
66-
numpy==1.24.1
66+
numpy==1.24.2
6767
# via
6868
# contourpy
6969
# layoutparser

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# pip-compile requirements/dev.in
66
#
@@ -310,13 +310,13 @@ webencodings==0.5.1
310310
# via
311311
# bleach
312312
# tinycss2
313-
websocket-client==1.5.0
313+
websocket-client==1.5.1
314314
# via jupyter-server
315315
wheel==0.38.4
316316
# via pip-tools
317317
widgetsnbextension==4.0.5
318318
# via ipywidgets
319-
zipp==3.12.0
319+
zipp==3.12.1
320320
# via
321321
# importlib-metadata
322322
# importlib-resources

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# pip-compile requirements/test.in
66
#
@@ -57,7 +57,7 @@ multidict==6.0.4
5757
# via yarl
5858
mypy==0.991
5959
# via -r requirements/test.in
60-
mypy-extensions==0.4.3
60+
mypy-extensions==1.0.0
6161
# via
6262
# black
6363
# mypy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.6" # pragma: no cover
1+
__version__ = "0.2.7-dev0" # pragma: no cover

0 commit comments

Comments
 (0)