Skip to content

Commit

Permalink
Upgrade dependencies (#11)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Upgrade linter to v2
  • Loading branch information
OldPanda authored Jul 25, 2023
1 parent 4eecffb commit 2cb9c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: pip install black

- name: Run linters
uses: wearerequired/lint-action@v1
uses: wearerequired/lint-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
black: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

version = "dev"
install_requires = ["bitarray==2.6.0", "mmh3==3.0.0"]
install_requires = ["bitarray==2.7.6", "mmh3==3.1.0"]
extras_require = {}

setup(
Expand Down

0 comments on commit 2cb9c55

Please sign in to comment.