Skip to content

Commit 8004ff9

Browse files
committed
requirements: Remove all upper constraint caps
We minimize the chance of damage by also adding a scheduled job so that we can spot breakages if they happen between releases. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 761b688 commit 8004ff9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
name: CI
33
on:
4-
- push
5-
- pull_request
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '30 0 * * 1'
68
jobs:
79
lint:
810
name: Run linters

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
click>=6.0,<9.0
2-
requests>2.0,<3.0
1+
click>=6.0
2+
requests>=2.0
33
tabulate>=0.8
44
arrow>=0.10
55
PyYAML>=5.1

0 commit comments

Comments
 (0)