Skip to content

Commit 7b6abfe

Browse files
build(deps): bump simple-toml-settings from 0.6.1 to 0.7.0 (#469)
1 parent 1fd7e42 commit 7b6abfe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rich = "^13.7.1"
4545
rtoml = ">=0.9,<0.12"
4646
requests = "^2.31.0"
4747
pygithub = "^2.2.0"
48-
simple-toml-settings = ">=0.4,<0.7"
48+
simple-toml-settings = ">=0.4,<0.8"
4949
validators = ">=0.28.1,<0.34.0"
5050

5151
[build-system]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
8383
rtoml==0.11.0 ; python_version >= "3.9" and python_version < "4.0"
8484
ruff==0.5.5 ; python_version >= "3.9" and python_version < "4.0"
8585
shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0"
86-
simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
86+
simple-toml-settings==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
8787
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
8888
smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
8989
termcolor==2.4.0 ; python_version >= "3.9" and python_version < "4.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
2525
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
2626
rtoml==0.11.0 ; python_version >= "3.9" and python_version < "4.0"
2727
shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0"
28-
simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
28+
simple-toml-settings==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
2929
smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
3030
typer==0.12.3 ; python_version >= "3.9" and python_version < "4.0"
3131
typer[all]==0.12.3 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)