Skip to content

Commit

Permalink
build(deps): bump simple-toml-settings from 0.6.0 to 0.6.1 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 7a572b4 commit dac26a1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ importance.
should be added to the Git repo as a new commit.
- The Pytest environment is set up to use `greenlet` but that is not installed as
a dev dependency by default, hence the tests crash.

## Back Burner

These are ideas that I may or may not implement. They are here for reference.
Expand Down
12 changes: 6 additions & 6 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 requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rtoml==0.9.0 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.4.2 ; python_version >= "3.9" and python_version < "4.0"
setuptools==69.1.1 ; python_version >= "3.9" and python_version < "4.0"
shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0"
simple-toml-settings==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
termcolor==2.4.0 ; 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 @@ -25,7 +25,7 @@ requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
rtoml==0.9.0 ; python_version >= "3.9" and python_version < "4.0"
shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0"
simple-toml-settings==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
simple-toml-settings==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
typer==0.9.4 ; python_version >= "3.9" and python_version < "4.0"
typer[all]==0.9.4 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit dac26a1

Please sign in to comment.