Skip to content

Commit

Permalink
chore: poetry update for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Quien Sabe committed Oct 1, 2024
1 parent 88bc32e commit e59df06
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 214 deletions.
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.7.3-dev2
current_version = 0.7.3-dev3
commit = False
allow_dirty = True
tag = False
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
additional_dependencies: [wemake-python-styleguide >= 0.19.2]

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v3.29.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GITHUB_ORG ?= wtf-guru
.PHONY: update
update:
poetry update --with test --with docs
pre-commit autoupdate

.PHONY: vars
vars:
Expand Down
Loading

0 comments on commit e59df06

Please sign in to comment.