Skip to content

Commit

Permalink
build(deps): bump validators from 0.28.3 to 0.33.0 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent fe8a225 commit 1fd7e42
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rtoml = ">=0.9,<0.12"
requests = "^2.31.0"
pygithub = "^2.2.0"
simple-toml-settings = ">=0.4,<0.7"
validators = "^0.28.1"
validators = ">=0.28.1,<0.34.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ typer[all]==0.12.3 ; python_version >= "3.9" and python_version < "4.0"
types-requests==2.32.0.20240712 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0"
validators==0.28.3 ; python_version >= "3.9" and python_version < "4.0"
validators==0.33.0 ; python_version >= "3.9" and python_version < "4.0"
virtualenv==20.26.3 ; python_version >= "3.9" and python_version < "4.0"
watchdog==4.0.1 ; python_version >= "3.9" and python_version < "4.0"
wcwidth==0.2.13 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ typer==0.12.3 ; python_version >= "3.9" and python_version < "4.0"
typer[all]==0.12.3 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0"
validators==0.28.3 ; python_version >= "3.9" and python_version < "4.0"
validators==0.33.0 ; python_version >= "3.9" and python_version < "4.0"
wrapt==1.16.0 ; python_version >= "3.9" and python_version < "4.0"

0 comments on commit 1fd7e42

Please sign in to comment.