Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.9
current_version = 0.2.10

[bumpversion:file:package.json]
search = "version": "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.2.9"
"version": "0.2.10"
}
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#### black ####################################################################
[tool.black]
line-length = 80
skip-magic-trailing-comma = true
target-version = ["py311"]

#### coverage #################################################################
Expand Down
28 changes: 15 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/dycw_template/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.9"
__version__ = "0.2.10"