Skip to content

Commit be602e3

Browse files
committed
chore: bump to 0.6.1
1 parent 833cb1a commit be602e3

File tree

3 files changed

+166
-138
lines changed

3 files changed

+166
-138
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.12.3'
4+
rev: 'v0.12.7'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -16,7 +16,7 @@ repos:
1616
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
1717
- id: check-toml
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.17.0
19+
rev: v1.17.1
2020
hooks:
2121
- id: mypy
2222
additional_dependencies: [pydantic]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scim2-client"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
description = "Pythonically build SCIM requests and parse SCIM responses"
99
authors = [{name="Yaal Coop", email="[email protected]"}]
1010
license = {file = "LICENSE.md"}

0 commit comments

Comments
 (0)