Skip to content

Commit

Permalink
Build: update dependency version (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Nov 29, 2021
1 parent a182678 commit 4713b6e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt -v
- name: Run pytest
run: python -m pytest
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,4 +1,4 @@
editdistpy==0.1.2
editdistpy>=0.1.3
numpydoc==1.1.0
sphinx==4.3.0
sphinx-autodoc-typehints==1.12.0
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
editdistpy==0.1.2
editdistpy>=0.1.3

# For testing
codecov==2.1.12
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -29,7 +29,7 @@ include_package_data = True
packages = find:
python_requires = >=3.6
install_requires =
editdistpy==0.1.2
editdistpy>=0.1.3

[options.package_data]
symspellpy = frequency_*.txt
Expand Down

0 comments on commit 4713b6e

Please sign in to comment.