Skip to content

Commit ca1b41f

Browse files
committedSep 3, 2024·
chore: update (dev) dependencies; bump version
1 parent 2dc2a9e commit ca1b41f

File tree

4 files changed

+330
-305
lines changed

4 files changed

+330
-305
lines changed
 

‎CHANGES.md

+216-199
Large diffs are not rendered by default.

‎pdm.lock

+101-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,24 @@ docs-offline = [
5959
"myst-parser>=3.0.1",
6060
"pypandoc-binary>=1.13",
6161
"sphinx>=7.1.2",
62-
"furo>=2024.5.6",
62+
"furo>=2024.8.6",
6363
]
6464
docs-online = [
65-
"mkdocs>=1.6.0",
66-
"mkdocs-git-revision-date-localized-plugin>=1.2.6",
67-
"mkdocs-material>=9.5.27",
68-
"mkdocstrings[python]>=0.25.1",
69-
"mike>=2.1.2",
65+
"mkdocs>=1.6.1",
66+
"mkdocs-git-revision-date-localized-plugin>=1.2.7",
67+
"mkdocs-material>=9.5.34",
68+
"mkdocstrings[python]>=0.26.0",
69+
"mike>=2.1.3",
7070
]
7171
package = ["build>=1.2.1"]
72-
runner = ["tox>=4.15.1"]
72+
runner = ["tox>=4.18.0"]
7373
sast = ["bandit[toml]>=1.7.9"]
74-
testing = ["pytest>=8.2.2"]
74+
testing = ["pytest>=8.3.2"]
7575
tooling = [
76-
"black>=24.4.2",
77-
"ruff>=0.5.0",
78-
"pyright>=1.1.369",
79-
"pytest>=8.2.2",
76+
"black>=24.8.0",
77+
"ruff>=0.6.3",
78+
"pyright>=1.1.378",
79+
"pytest>=8.3.2",
8080
"pypandoc-binary>=1.13", # helps with type checking
8181
]
8282

‎src/validators/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@
109109
"validator",
110110
)
111111

112-
__version__ = "0.33.0"
112+
__version__ = "0.34.0"

0 commit comments

Comments
 (0)
Please sign in to comment.