Skip to content

Commit

Permalink
⬆️ Bump types-regex (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 095e746 commit ed28e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
]
dependencies = [
"regex==2024.4.28",
"types-regex==2024.4.28.20240430",
"types-regex==2024.4.28.20240506",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
regex==2024.4.28
types-regex==2024.4.28.20240430
types-regex==2024.4.28.20240506
pytest>=8.1.2
pytest-cov>=5.0.0
mypy>=1.10.0
Expand Down

0 comments on commit ed28e3c

Please sign in to comment.