Skip to content

Commit

Permalink
requirements: Remove all upper constraint caps
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stephenfin committed Nov 26, 2021
1 parent 761b688 commit 8004ff9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
name: CI
on:
- push
- pull_request
push:
pull_request:
schedule:
- cron: '30 0 * * 1'
jobs:
lint:
name: Run linters
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click>=6.0,<9.0
requests>2.0,<3.0
click>=6.0
requests>=2.0
tabulate>=0.8
arrow>=0.10
PyYAML>=5.1

0 comments on commit 8004ff9

Please sign in to comment.