Skip to content

Commit 64a815c

Browse files
committed
Bump knesset-data to 2.1.6
1 parent a6e71d2 commit 64a815c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

airflow/requirements.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile requirements.in
@@ -165,10 +165,6 @@ email-validator==1.3.1
165165
# via flask-appbuilder
166166
et-xmlfile==1.1.0
167167
# via openpyxl
168-
exceptiongroup==1.1.3
169-
# via
170-
# anyio
171-
# cattrs
172168
flask==2.2.5
173169
# via
174170
# apache-airflow
@@ -528,8 +524,6 @@ rsa==4.9
528524
# via google-auth
529525
ruamel-yaml==0.17.21
530526
# via -r requirements.in
531-
ruamel-yaml-clib==0.2.7
532-
# via ruamel-yaml
533527
s3transfer==0.7.0
534528
# via boto3
535529
setproctitle==1.3.2
@@ -600,8 +594,6 @@ typing-extensions==4.8.0
600594
# via
601595
# alembic
602596
# apache-airflow
603-
# asgiref
604-
# cattrs
605597
# flask-limiter
606598
# limits
607599
# opentelemetry-sdk

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name="knesset-data-pipelines",
1414
version=version,
1515
packages=find_packages(exclude=["tests", "test.*"]),
16-
install_requires=["datapackage-pipelines", "knesset-data==2.1.5", "fuzzywuzzy[speedup]"],
16+
install_requires=["datapackage-pipelines", "knesset-data==2.1.6", "fuzzywuzzy[speedup]"],
1717
extras_require={'develop': ["tox", "pytest"]},
1818
url='https://github.com/hasadna/knesset-data-pipelines',
1919
license='MIT',

0 commit comments

Comments
 (0)