Skip to content

Commit ff8c63f

Browse files
committed
Add dependabot support for pip
1 parent 160ba56 commit ff8c63f

2 files changed

Lines changed: 69 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

requirements.txt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
attrs==19.3.0
2+
Automat==0.8.0
3+
blinker==1.4
4+
certifi==2019.11.28
5+
chardet==3.0.4
6+
Click==7.0
7+
cloud-init==20.1
8+
colorama==0.4.3
9+
command-not-found==0.3
10+
configobj==5.0.6
11+
constantly==15.1.0
12+
cryptography==2.8
13+
dbus-python==1.2.16
14+
distro==1.4.0
15+
distro-info===0.23ubuntu1
16+
entrypoints==0.3
17+
httplib2==0.14.0
18+
hyperlink==19.0.0
19+
idna==2.8
20+
importlib-metadata==1.5.0
21+
incremental==16.10.1
22+
Jinja2==2.10.1
23+
jsonpatch==1.22
24+
jsonpointer==2.0
25+
jsonschema==3.2.0
26+
keyring==18.0.1
27+
language-selector==0.1
28+
launchpadlib==1.10.13
29+
lazr.restfulclient==0.14.2
30+
lazr.uri==1.0.3
31+
MarkupSafe==1.1.0
32+
more-itertools==4.2.0
33+
netifaces==0.10.4
34+
oauthlib==3.1.0
35+
pyasn1==0.4.2
36+
pyasn1-modules==0.2.1
37+
PyGObject==3.36.0
38+
PyHamcrest==1.9.0
39+
PyJWT==1.7.1
40+
pymacaroons==0.13.0
41+
PyNaCl==1.3.0
42+
pyOpenSSL==19.0.0
43+
pyrsistent==0.15.5
44+
pyserial==3.4
45+
python-apt==2.0.0
46+
python-debian===0.1.36ubuntu1
47+
PyYAML==5.3.1
48+
requests==2.22.0
49+
requests-unixsocket==0.2.0
50+
SecretStorage==2.3.1
51+
service-identity==18.1.0
52+
simplejson==3.16.0
53+
six==1.14.0
54+
ssh-import-id==5.10
55+
systemd-python==234
56+
Twisted==18.9.0
57+
ubuntu-advantage-tools==20.3
58+
ufw==0.36
59+
unattended-upgrades==0.1
60+
urllib3==1.25.8
61+
wadllib==1.3.3
62+
zipp==1.0.0
63+
zope.interface==4.7.1

0 commit comments

Comments
 (0)