Skip to content

Commit

Permalink
chore(datawarehouse): bump di schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Jan 14, 2025
1 parent 64f3fe7 commit 8693d93
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
30 changes: 15 additions & 15 deletions datawarehouse/processings/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ btrees==6.1
# zope-index
categorical-distance==1.9
# via dedupe
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via persistent
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
data-inclusion-schema==0.19.0
data-inclusion-schema==0.20.0
# via data-inclusion-processings (pyproject.toml)
datetime-distance==0.1.3
# via dedupe-variable-datetime
Expand Down Expand Up @@ -46,7 +46,7 @@ haversine==2.9.0
# via dedupe
highered==0.2.1
# via dedupe
identify==2.6.1
identify==2.6.5
# via pre-commit
idna==3.10
# via
Expand All @@ -56,7 +56,7 @@ joblib==1.4.2
# via scikit-learn
nodeenv==1.9.1
# via pre-commit
numpy==2.1.3
numpy==2.2.1
# via
# data-inclusion-processings (pyproject.toml)
# categorical-distance
Expand All @@ -76,17 +76,17 @@ persistent==6.1
# via
# btrees
# zope-index
phonenumbers==8.13.51
phonenumbers==8.13.52
# via data-inclusion-processings (pyproject.toml)
platformdirs==4.3.6
# via virtualenv
pre-commit==4.0.1
# via data-inclusion-processings (pyproject.toml)
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.5
# via data-inclusion-schema
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pyhacrf-datamade==0.2.8
# via highered
Expand All @@ -104,21 +104,21 @@ pyyaml==6.0.2
# via pre-commit
requests==2.32.3
# via data-inclusion-processings (pyproject.toml)
ruff==0.7.2
ruff==0.9.1
# via data-inclusion-processings (pyproject.toml)
scikit-learn==1.6.0
scikit-learn==1.6.1
# via dedupe
scipy==1.14.1
scipy==1.15.1
# via scikit-learn
setuptools==75.6.0
setuptools==75.8.0
# via
# zope-deferredimport
# zope-index
# zope-interface
# zope-proxy
simplecosine==1.2
# via dedupe
six==1.16.0
six==1.17.0
# via python-dateutil
threadpoolctl==3.5.0
# via scikit-learn
Expand All @@ -134,9 +134,9 @@ tzdata==2024.2
# pendulum
unidecode==1.3.8
# via data-inclusion-processings (pyproject.toml)
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.27.1
virtualenv==20.28.1
# via pre-commit
zope-deferredimport==5.0
# via persistent
Expand Down
24 changes: 12 additions & 12 deletions datawarehouse/processings/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ btrees==6.1
# zope-index
categorical-distance==1.9
# via dedupe
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via persistent
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
data-inclusion-schema==0.19.0
data-inclusion-schema==0.20.0
# via data-inclusion-processings (pyproject.toml)
datetime-distance==0.1.3
# via dedupe-variable-datetime
Expand Down Expand Up @@ -46,7 +46,7 @@ idna==3.10
# requests
joblib==1.4.2
# via scikit-learn
numpy==2.1.3
numpy==2.2.1
# via
# data-inclusion-processings (pyproject.toml)
# categorical-distance
Expand All @@ -66,13 +66,13 @@ persistent==6.1
# via
# btrees
# zope-index
phonenumbers==8.13.51
phonenumbers==8.13.52
# via data-inclusion-processings (pyproject.toml)
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.5
# via data-inclusion-schema
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pyhacrf-datamade==0.2.8
# via highered
Expand All @@ -88,19 +88,19 @@ pytz==2024.2
# via pandas
requests==2.32.3
# via data-inclusion-processings (pyproject.toml)
scikit-learn==1.6.0
scikit-learn==1.6.1
# via dedupe
scipy==1.14.1
scipy==1.15.1
# via scikit-learn
setuptools==75.6.0
setuptools==75.8.0
# via
# zope-deferredimport
# zope-index
# zope-interface
# zope-proxy
simplecosine==1.2
# via dedupe
six==1.16.0
six==1.17.0
# via python-dateutil
threadpoolctl==3.5.0
# via scikit-learn
Expand All @@ -116,7 +116,7 @@ tzdata==2024.2
# pendulum
unidecode==1.3.8
# via data-inclusion-processings (pyproject.toml)
urllib3==2.2.3
urllib3==2.3.0
# via requests
zope-deferredimport==5.0
# via persistent
Expand Down
28 changes: 14 additions & 14 deletions datawarehouse/processings/requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ btrees==6.1
# zope-index
categorical-distance==1.9
# via dedupe
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via persistent
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
data-inclusion-schema==0.19.0
data-inclusion-schema==0.20.0
# via data-inclusion-processings (pyproject.toml)
datetime-distance==0.1.3
# via dedupe-variable-datetime
Expand Down Expand Up @@ -48,7 +48,7 @@ iniconfig==2.0.0
# via pytest
joblib==1.4.2
# via scikit-learn
numpy==2.1.3
numpy==2.2.1
# via
# data-inclusion-processings (pyproject.toml)
# categorical-distance
Expand All @@ -60,7 +60,7 @@ numpy==2.1.3
# scikit-learn
# scipy
# simplecosine
packaging==24.1
packaging==24.2
# via pytest
pandas==2.2.3
# via data-inclusion-processings (pyproject.toml)
Expand All @@ -70,21 +70,21 @@ persistent==6.1
# via
# btrees
# zope-index
phonenumbers==8.13.51
phonenumbers==8.13.52
# via data-inclusion-processings (pyproject.toml)
pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.5
# via data-inclusion-schema
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pyhacrf-datamade==0.2.8
# via highered
pylbfgs==0.2.0.16
# via pyhacrf-datamade
pytest==8.3.3
pytest==8.3.4
# via data-inclusion-processings (pyproject.toml)
python-dateutil==2.9.0.post0
# via
Expand All @@ -96,19 +96,19 @@ pytz==2024.2
# via pandas
requests==2.32.3
# via data-inclusion-processings (pyproject.toml)
scikit-learn==1.6.0
scikit-learn==1.6.1
# via dedupe
scipy==1.14.1
scipy==1.15.1
# via scikit-learn
setuptools==75.6.0
setuptools==75.8.0
# via
# zope-deferredimport
# zope-index
# zope-interface
# zope-proxy
simplecosine==1.2
# via dedupe
six==1.16.0
six==1.17.0
# via python-dateutil
threadpoolctl==3.5.0
# via scikit-learn
Expand All @@ -124,7 +124,7 @@ tzdata==2024.2
# pendulum
unidecode==1.3.8
# via data-inclusion-processings (pyproject.toml)
urllib3==2.2.3
urllib3==2.3.0
# via requests
zope-deferredimport==5.0
# via persistent
Expand Down

0 comments on commit 8693d93

Please sign in to comment.