Skip to content

Commit

Permalink
build: update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Nov 8, 2023
1 parent a1de9de commit 80688c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies = [
"sortedcontainers>=2.4.0",
"stevedore>=5.0.0,<6.0.0",
"structlog>=21.5.0",
"tzlocal>=2.1,<5.0",
"tzlocal>=2.1,<6.0",
]
dynamic = ["version"]

Expand Down Expand Up @@ -215,7 +215,7 @@ dev_documentation = [
"mike>=1.0.1",
"mkdocs-awesome-pages-plugin>=2.5.0",
"mkdocs-literate-nav>=0.4.0",
"mkdocs-macros-plugin>=0.7.0,<0.8.0",
"mkdocs-macros-plugin>=0.7.0,<1.1.0",
"mkdocs-material>=8.0.0",
"mkdocs-section-index>0.3.0",
"mkdocstrings[python]>=0.18",
Expand Down Expand Up @@ -260,7 +260,7 @@ dev_utils = [
"pytest>=6.2.2",
"pytest-xdist>=3.2.1",
"setup-cfg-fmt>=1.16.0",
"ruff==0.0.272",
"ruff>=0.0.272",
"types-Deprecated",
"types-PyYAML",
"types-pkg-resources",
Expand Down

0 comments on commit 80688c7

Please sign in to comment.