Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw committed Sep 13, 2024
1 parent 2bf19ee commit f0b684d
Show file tree
Hide file tree
Showing 74 changed files with 104 additions and 104 deletions.
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev = [
"fpdf2 >= 2.7.9, < 2.8",
"greenlet >= 3.0.3, < 3.1", # for sqlalchemy async
"hatch >= 1.12.0, < 1.13",
"hypothesis >= 6.112.0, < 6.113",
"hypothesis >= 6.112.1, < 6.113",
"img2pdf >= 0.5.1, < 0.6",
"loguru >= 0.7.2, < 0.8",
"memory-profiler >= 0.61.0, < 0.62",
Expand Down Expand Up @@ -67,7 +67,7 @@ dev = [
"vegafusion >= 1.6.9, < 1.7",
"vegafusion-python-embed >= 1.6.9, < 1.7",
"vl-convert-python >= 1.6.1, < 1.7",
"whenever >= 0.6.8, < 0.7",
"whenever >= 0.6.9, < 0.7",
# test
"coverage-conditional-plugin >= 0.9.0, < 0.10",
"pytest-asyncio >= 0.24.0, < 0.25",
Expand All @@ -88,7 +88,7 @@ scripts-pypi-server = [
"typed-settings >= 24.5.0, < 24.6",
]
test = [
"hypothesis >= 6.112.0, < 6.113",
"hypothesis >= 6.112.1, < 6.113",
"pytest >= 8.3.3, < 8.4",
"pytest-randomly >= 3.15.0, < 3.16",
"pytest-rerunfailures >= 14.0, < 15",
Expand All @@ -98,7 +98,7 @@ zzz-test-altair = [
"altair >= 5.4.1, < 5.5",
"atomicwrites >= 1.4.1, < 1.5",
"img2pdf >= 0.5.1, < 0.6",
"polars-lts-cpu >= 1.5.0, < 1.6",
"polars-lts-cpu >= 1.7.1, < 1.8",
"vl-convert-python >= 1.6.1, < 1.7",
]
zzz-test-astor = ["astor >= 0.8.1, < 0.9"]
Expand All @@ -112,14 +112,14 @@ zzz-test-cachetools = ["cachetools >= 5.5.0, < 5.6"]
zzz-test-click = [
"click >= 8.1.7, < 8.2",
"sqlalchemy >= 2.0.34, < 2.1",
"whenever >= 0.6.8, < 0.7",
"whenever >= 0.6.9, < 0.7",
]
zzz-test-cryptography = ["cryptography >= 43.0.1, < 43.1"]
zzz-test-cvxpy = ["cvxpy >= 1.5.3, < 1.6"]
zzz-test-dataclasses = []
zzz-test-datetime = ["tzlocal >= 5.2, < 5.3"]
zzz-test-defaults = [
"hypothesis >= 6.112.0, < 6.113",
"hypothesis >= 6.112.1, < 6.113",
"pytest >= 8.3.3, < 8.4",
"pytest-asyncio >= 0.23.8, < 0.24",
"pytest-cov >= 5.0.0, < 5.1",
Expand Down Expand Up @@ -147,14 +147,14 @@ zzz-test-hypothesis = [
"numpy >= 2.0.2, < 2.1",
"redis >= 5.0.8, < 5.1",
"sqlalchemy >= 2.0.34, < 2.1",
"whenever >= 0.6.8, < 0.7",
"whenever >= 0.6.9, < 0.7",
]
zzz-test-ipython = ["ipython >= 8.24.0, < 8.25"]
zzz-test-iterables = []
zzz-test-jupyter = [
"jupyterlab >= 4.2.0, < 4.3",
"pandas >= 2.2.2, < 2.3",
"polars-lts-cpu >= 1.5.0, < 1.6",
"polars-lts-cpu >= 1.7.1, < 1.8",
]
zzz-test-logging = []
zzz-test-loguru = ["loguru >= 0.7.2, < 0.8"]
Expand All @@ -171,15 +171,15 @@ zzz-test-optuna = ["optuna >= 3.6.1, < 3.7"]
zzz-test-orjson = [
"orjson >= 3.10.7, < 3.11",
"sqlalchemy >= 2.0.34, < 2.1",
"whenever >= 0.6.8, < 0.7",
"whenever >= 0.6.9, < 0.7",
]
zzz-test-os = []
zzz-test-pathlib = []
zzz-test-pickle = ["atomicwrites >= 1.4.1, < 1.5"]
zzz-test-platform = []
zzz-test-polars = [
"dacite >= 1.8.1, < 1.9",
"polars-lts-cpu >= 1.5.0, < 1.6",
"polars-lts-cpu >= 1.7.1, < 1.8",
]
zzz-test-pqdm = ["pqdm >= 0.2.0, < 0.3"]
zzz-test-pydantic = [
Expand All @@ -198,10 +198,10 @@ zzz-test-python-dotenv = ["python-dotenv >= 1.0.1, < 1.1"]
zzz-test-random = []
zzz-test-re = []
zzz-test-redis = [
"polars-lts-cpu >= 1.5.0, < 1.6",
"polars-lts-cpu >= 1.7.1, < 1.8",
"redis >= 5.0.8, < 5.1",
]
zzz-test-reprlib = ["polars-lts-cpu >= 1.5.0, < 1.6"]
zzz-test-reprlib = ["polars-lts-cpu >= 1.7.1, < 1.8"]
zzz-test-scipy = ["scipy >= 1.14.1, < 1.15"]
zzz-test-scripts-pypi-server = [
"click >= 8.1.7, < 8.2",
Expand All @@ -227,7 +227,7 @@ zzz-test-sqlalchemy = [
zzz-test-sqlalchemy-polars = [
"aiosqlite >= 0.20.0, < 0.21",
"greenlet >= 3.0.3, < 3.1", # for sqlalchemy async
"polars-lts-cpu >= 1.5.0, < 1.6",
"polars-lts-cpu >= 1.7.1, < 1.8",
"nest-asyncio >= 1.6.0, < 1.7", # for sqlalchemy async
"pyhumps >= 3.8.0, < 3.9",
"sqlalchemy >= 2.0.34, < 2.1",
Expand All @@ -247,12 +247,12 @@ zzz-test-typed-settings = [
"click >= 8.1.7, < 8.2",
"sqlalchemy >= 2.0.34, < 2.1",
"typed-settings >= 24.5.0, < 24.6",
"whenever >= 0.6.8, < 0.7",
"whenever >= 0.6.9, < 0.7",
]
zzz-test-types = []
zzz-test-typing = []
zzz-test-warnings = []
zzz-test-whenever = ["whenever >= 0.6.8, < 0.7"]
zzz-test-whenever = ["whenever >= 0.6.9, < 0.7"]
zzz-test-zipfile = []
zzz-test-zoneinfo = ["tzdata >= 2024.1, < 2024.2"]

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ httpx==0.27.2
# via hatch
hyperlink==21.0.0
# via hatch
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
idna==3.8
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ multidict==6.1.0
# via
# aiohttp
# yarl
narwhals==1.7.0
narwhals==1.8.0
# via altair
nest-asyncio==1.6.0
# via dycw-utilities (pyproject.toml)
Expand Down Expand Up @@ -402,7 +402,7 @@ tqdm==4.66.5
# dycw-utilities (pyproject.toml)
# optuna
# pqdm
trove-classifiers==2024.7.2
trove-classifiers==2024.9.12
# via hatchling
typed-settings==24.5.0
# via dycw-utilities (pyproject.toml)
Expand Down Expand Up @@ -439,7 +439,7 @@ virtualenv==20.26.4
# nox
vl-convert-python==1.6.1
# via dycw-utilities (pyproject.toml)
whenever==0.6.8
whenever==0.6.9
# via dycw-utilities (pyproject.toml)
win32-setctime==1.1.0
# via dycw-utilities (pyproject.toml)
Expand Down
6 changes: 3 additions & 3 deletions requirements/altair.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage==7.6.1
# via pytest-cov
deprecated==1.2.14
# via pikepdf
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
img2pdf==0.5.1
# via dycw-utilities (pyproject.toml)
Expand All @@ -29,7 +29,7 @@ lxml==5.3.0
# via pikepdf
markupsafe==2.1.5
# via jinja2
narwhals==1.7.0
narwhals==1.8.0
# via altair
packaging==24.1
# via
Expand All @@ -45,7 +45,7 @@ pillow==10.4.0
# pikepdf
pluggy==1.5.0
# via pytest
polars-lts-cpu==1.5.0
polars-lts-cpu==1.7.1
# via dycw-utilities (pyproject.toml)
pytest==8.3.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/astor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/asyncio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/atomicwrites.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/atools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.6.1
# via pytest-cov
frozendict==2.4.4
# via atools
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/cachetools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cachetools==5.5.0
# via dycw-utilities (pyproject.toml)
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/click.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ click==8.1.7
# via dycw-utilities (pyproject.toml)
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -41,5 +41,5 @@ typing-extensions==4.12.2
# via
# dycw-utilities (pyproject.toml)
# sqlalchemy
whenever==0.6.8
whenever==0.6.9
# via dycw-utilities (pyproject.toml)
2 changes: 1 addition & 1 deletion requirements/cryptography.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.6.1
# via pytest-cov
cryptography==43.0.1
# via dycw-utilities (pyproject.toml)
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/cvxpy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cvxpy==1.5.3
# via dycw-utilities (pyproject.toml)
ecos==2.0.14
# via cvxpy
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/dataclasses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/datetime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/enum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/eventkit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coverage==7.6.1
# via pytest-cov
eventkit==1.0.3
# via dycw-utilities (pyproject.toml)
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/fpdf2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fonttools==4.53.1
# via fpdf2
fpdf2==2.7.9
# via dycw-utilities (pyproject.toml)
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/functions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/functools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/getpass.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/hashlib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/humps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==24.2.0
# via hypothesis
coverage==7.6.1
# via pytest-cov
hypothesis==6.112.0
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
iniconfig==2.0.0
# via pytest
Expand Down
Loading

0 comments on commit f0b684d

Please sign in to comment.