Browse Source

chore: fix dependencies (#133)

tags/v0.9.0
Jérôme Deuchnord 3 years ago
committed by GitHub
parent
commit
5a3038d522
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions
  1. +3
    -2
      .github/dependabot.yml
  2. +0
    -6
      Pipfile.lock

+ 3
- 2
.github/dependabot.yml View File

@@ -1,14 +1,15 @@
version: 2

updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
interval: daily
time: "04:00"
open-pull-requests-limit: 10
target-branch: master
reviewers:
- Deuchnord
- Deuchnord
commit-message:
prefix: chore
include: scope

+ 0
- 6
Pipfile.lock View File

@@ -56,12 +56,6 @@
],
"version": "==2.15"
},
"latex": {
"hashes": [
"sha256:bf10c3fe27e9f3adccebc12e90ec239c86dcba101b89221f6775918211482a79"
],
"version": "==2.15"
},
"numpy": {
"hashes": [
"sha256:012426a41bc9ab63bb158635aecccc7610e3eff5d31d1eb43bc099debc979d94",


Loading…
Cancel
Save