Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
majiidd committed May 12, 2024
1 parent 7ead57d commit 4fcd92f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -25,7 +25,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
types_or: [ python, pyi ]
Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ name = "pypi"
pytz = "==2024.1"

[dev-packages]
coverage = "==7.4.4"
pytest = "==8.1.1"
pytest-cov = "==4.1.0"
pre-commit = "==3.5.0"
coverage = "==7.5.1"
pytest = "==8.2.0"
pytest-cov = "==5.0.0"
pre-commit = "==3.7.1"
tomli = "==2.0.1"
exceptiongroup = {version = "1.2.0", python_versions = "<3.11"}
exceptiongroup = {version = "1.2.1", python_versions = "<3.11"}
atomicwrites = {version = "1.4.1", sys_platform = "== 'win32'"}

[requires]
Expand Down
2 changes: 1 addition & 1 deletion persiantools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__title__ = "persiantools"
__url__ = "https://github.com/majiidd/persiantools"
__version__ = "4.0.0"
__version__ = "4.0.1"
__build__ = __version__
__author__ = "Majid Hajiloo"
__author_email__ = "majid.hajiloo@gmail.com"
Expand Down

0 comments on commit 4fcd92f

Please sign in to comment.