Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Jul 14, 2024
1 parent 2e52c68 commit 9f97eab
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, '3.10']
python-version: [3.9, '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
32 changes: 30 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,40 @@ readme-renderer==35.0
regex==2022.4.24
requests==2.31.0
requests-toolbelt==0.9.1
alabaster==0.7.16
Babel==2.15.0
bleach==6.1.0
certifi==2024.7.4
chardet==5.2.0
click==8.1.7
colorama==0.4.6
coverage==7.6.0
docutils==0.21.2
idna==3.7
imagesize==1.4.1
importlib-metadata==8.0.0
Jinja2==3.1.4
joblib==1.4.2
keyring==25.2.1
MarkupSafe==2.1.5
nltk==3.8.1
packaging==24.1
pkginfo==1.11.1
Pygments==2.18.0
pyparsing==3.1.2
pytest==8.2.2
pytz==2024.1
pywin32-ctypes==0.2.2
readme-renderer==44.0
regex==2024.5.15
requests==2.32.3
requests-toolbelt==1.0.0
six==1.16.0
snowballstemmer==2.2.0
Sphinx==5.3.0
sphinx-rtd-theme==1.1.1
sphinx-rtd-theme==2.0.0
tqdm==4.64.0
twine==4.0.0
urllib3==1.26.18
webencodings==0.5.1
zipp==3.8.0
zipp==3.19.2
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
description="Python morphological analyzer and lemmatizer for Turkish",
install_requires=requirements,
Expand Down

0 comments on commit 9f97eab

Please sign in to comment.