Skip to content

Commit

Permalink
Bump knesset-data to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 27, 2024
1 parent a6e71d2 commit 64a815c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions airflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -165,10 +165,6 @@ email-validator==1.3.1
# via flask-appbuilder
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.1.3
# via
# anyio
# cattrs
flask==2.2.5
# via
# apache-airflow
Expand Down Expand Up @@ -528,8 +524,6 @@ rsa==4.9
# via google-auth
ruamel-yaml==0.17.21
# via -r requirements.in
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
s3transfer==0.7.0
# via boto3
setproctitle==1.3.2
Expand Down Expand Up @@ -600,8 +594,6 @@ typing-extensions==4.8.0
# via
# alembic
# apache-airflow
# asgiref
# cattrs
# flask-limiter
# limits
# opentelemetry-sdk
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name="knesset-data-pipelines",
version=version,
packages=find_packages(exclude=["tests", "test.*"]),
install_requires=["datapackage-pipelines", "knesset-data==2.1.5", "fuzzywuzzy[speedup]"],
install_requires=["datapackage-pipelines", "knesset-data==2.1.6", "fuzzywuzzy[speedup]"],
extras_require={'develop': ["tox", "pytest"]},
url='https://github.com/hasadna/knesset-data-pipelines',
license='MIT',
Expand Down

0 comments on commit 64a815c

Please sign in to comment.