Skip to content

Commit

Permalink
Change log to be a context manager (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw authored Sep 15, 2024
1 parent 57da83d commit a5aaa21
Show file tree
Hide file tree
Showing 11 changed files with 170 additions and 699 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ hyperlink==21.0.0
# via hatch
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
idna==3.9
idna==3.10
# via
# anyio
# httpx
Expand Down Expand Up @@ -186,7 +186,7 @@ multidict==6.1.0
# via
# aiohttp
# yarl
narwhals==1.8.0
narwhals==1.8.1
# via altair
nest-asyncio==1.6.0
# via dycw-utilities (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements/altair.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lxml==5.3.0
# via pikepdf
markupsafe==2.1.5
# via jinja2
narwhals==1.8.0
narwhals==1.8.1
# via altair
packaging==24.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/jupyter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ httpx==0.27.2
# via jupyterlab
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
idna==3.9
idna==3.10
# via
# anyio
# httpx
Expand Down Expand Up @@ -245,7 +245,7 @@ rpds-py==0.20.0
# referencing
send2trash==1.8.3
# via jupyter-server
setuptools==74.1.2
setuptools==75.0.0
# via jupyterlab
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/slack-sdk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ frozenlist==1.4.1
# aiosignal
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
idna==3.9
idna==3.10
# via yarl
iniconfig==2.0.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/streamlit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gitpython==3.1.43
# via streamlit
hypothesis==6.112.1
# via dycw-utilities (pyproject.toml)
idna==3.9
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
Expand All @@ -43,7 +43,7 @@ markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
narwhals==1.8.0
narwhals==1.8.1
# via altair
numpy==2.1.1
# via
Expand Down
203 changes: 0 additions & 203 deletions src/tests/functions.py

This file was deleted.

Loading

0 comments on commit a5aaa21

Please sign in to comment.