diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 68cd89a..3548842 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.9 +current_version = 0.2.10 [bumpversion:file:package.json] search = "version": "{current_version}" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c32bfe..2d3e8ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.210 + rev: v0.0.229 hooks: - id: ruff args: [--fix] diff --git a/package.json b/package.json index ed58696..c56effc 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.2.9" + "version": "0.2.10" } diff --git a/pyproject.toml b/pyproject.toml index 1f920c8..3f6d7fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ #### black #################################################################### [tool.black] line-length = 80 -skip-magic-trailing-comma = true target-version = ["py311"] #### coverage ################################################################# diff --git a/requirements-dev.txt b/requirements-dev.txt index ebea113..6c39f85 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ attrs==22.2.0 # via pytest black==22.12.0 # via dycw-template (pyproject.toml) -build==0.9.0 +build==0.10.0 # via pip-tools bump2version==1.0.1 # via dycw-template (pyproject.toml) @@ -26,9 +26,7 @@ click==8.1.3 # hatch # pip-tools # userpath -commonmark==0.9.1 - # via rich -coverage[toml]==7.0.3 +coverage[toml]==7.0.5 # via pytest-cov cryptography==39.0.0 # via secretstorage @@ -44,7 +42,7 @@ h11==0.14.0 # via httpcore hatch==1.6.3 # via dycw-template (pyproject.toml) -hatchling==1.12.1 +hatchling==1.12.2 # via hatch httpcore==0.16.3 # via httpx @@ -59,7 +57,7 @@ idna==3.4 # rfc3986 importlib-metadata==6.0.0 # via keyring -iniconfig==1.1.1 +iniconfig==2.0.0 # via pytest jaraco-classes==3.2.3 # via keyring @@ -69,11 +67,15 @@ jeepney==0.8.0 # secretstorage keyring==23.13.1 # via hatch +markdown-it-py==2.1.0 + # via rich +mdurl==0.1.2 + # via markdown-it-py more-itertools==9.0.0 # via jaraco-classes mypy-extensions==0.4.3 # via black -packaging==22.0 +packaging==23.0 # via # build # hatch @@ -83,8 +85,6 @@ pathspec==0.10.3 # via # black # hatchling -pep517==0.13.0 - # via build pexpect==4.8.0 # via hatch pip==22.3.1 @@ -110,7 +110,9 @@ pygments==2.14.0 # via rich pyperclip==1.8.2 # via hatch -pytest==7.2.0 +pyproject-hooks==1.0.0 + # via build +pytest==7.2.1 # via # dycw-template (pyproject.toml) # pytest-cov @@ -124,13 +126,13 @@ pytest-xdist==2.5.0 # via dycw-template (pyproject.toml) rfc3986[idna2008]==1.5.0 # via httpx -rich==13.0.0 +rich==13.2.0 # via hatch -ruff==0.0.210 +ruff==0.0.229 # via dycw-template (pyproject.toml) secretstorage==3.3.3 # via keyring -setuptools==65.6.3 +setuptools==66.1.1 # via pip-tools shellingham==1.5.0.post1 # via hatch diff --git a/src/dycw_template/__init__.py b/src/dycw_template/__init__.py index 75cf783..6232f7a 100644 --- a/src/dycw_template/__init__.py +++ b/src/dycw_template/__init__.py @@ -1 +1 @@ -__version__ = "0.2.9" +__version__ = "0.2.10"