Skip to content

Commit 7d377ff

Browse files
authored
Merge pull request #76 from nochiel/dependabot
Add Dependabot configuration.
2 parents 6f58fc3 + 86ab5e7 commit 7d377ff

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "pip" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ attrs==21.4.0
1111
bdkpython==0.0.5
1212
beancount==2.3.5
1313
beautifulsoup4==4.10.0
14-
bottle==0.12.19
14+
bottle==0.12.20
1515
buidl==0.2.36
1616
cachetools==5.0.0
1717
ccxt==1.74.49
@@ -37,7 +37,7 @@ isort==5.10.1
3737
itsdangerous==2.1.0
3838
Jinja2==3.0.3
3939
lazy-object-proxy==1.7.1
40-
lxml==4.8.0
40+
lxml==4.9.1
4141
MarkupSafe==2.1.0
4242
mccabe==0.6.1
4343
multidict==6.0.2
@@ -51,7 +51,7 @@ protobuf==3.20.0
5151
py==1.11.0
5252
pyasn1==0.4.8
5353
pyasn1-modules==0.2.8
54-
pycares==4.1.2
54+
pycares==4.2.0
5555
pycparser==2.21
5656
pydantic==1.9.0
5757
pyparsing==3.0.7

0 commit comments

Comments
 (0)