Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Jul 14, 2024
1 parent 2e52c68 commit be1870a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 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
56 changes: 28 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
alabaster==0.7.12
Babel==2.10.1
bleach==5.0.0
certifi==2022.12.7
chardet==4.0.0
click==8.1.3
colorama==0.4.4
coverage==6.3.3
docutils==0.17.1
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
Jinja2==3.1.2
joblib==1.2.0
keyring==23.5.0
MarkupSafe==2.1.1
nltk==3.7
packaging==21.3
pkginfo==1.8.2
Pygments==2.12.0
pyparsing==3.0.9
pytest==7.1.2
pytz==2022.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.19
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.0
readme-renderer==35.0
regex==2022.4.24
requests==2.31.0
requests-toolbelt==0.9.1
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 be1870a

Please sign in to comment.