Skip to content

Commit

Permalink
Update dependencies (#29)
Browse files Browse the repository at this point in the history
* Update dependencies

* Trigger CI on PR
  • Loading branch information
Rot127 authored Jul 16, 2024
1 parent 046bd95 commit b7d0d09
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: black

on: [push]
on: [push, pull_request]

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flake8

on: [push]
on: [push, pull_request]

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reuse

on: [push]
on: [push, pull_request]

jobs:
linter:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit Tests

on: [push]
on: [push, pull_request]

jobs:
run:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lark~=1.1.7
setuptools~=68.1.2
lark~=1.1.9
setuptools~=70.3.0
pcpp~=1.30
tqdm~=4.64.0
tqdm~=4.66.4

0 comments on commit b7d0d09

Please sign in to comment.