Skip to content

Commit

Permalink
Update dependency CherryPy to v18.10.0 (#1708)
Browse files Browse the repository at this point in the history
* Update dependency CherryPy to v18.10.0

* Generate requirements files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: h3llrais3r <[email protected]>
  • Loading branch information
renovate[bot] and h3llrais3r authored Jun 15, 2024
1 parent d621be5 commit 986e3e1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .build/generated/requirements-deptree.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ babelfish 0.6.1 A module to work with countries and languages
| `-- zipp >=0.5
`-- importlib-resources >=5.0,<6.0
`-- zipp >=3.1.0
cherrypy 18.9.0 Object-Oriented HTTP framework
cherrypy 18.10.0 Object-Oriented HTTP framework
|-- cheroot >=8.2.1
| |-- jaraco-functools *
| | `-- more-itertools *
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements-imported.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ babelfish==0.6.1
# autosubliminal\server\web\upload.py: 7
# autosubliminal\server\web\websocket.py: 3
# autosubliminal\util\json.py: 5
CherryPy==18.9.0
CherryPy==18.10.0
# autosubliminal\providers\pitcher.py: 9,10
deathbycaptcha==0.1.1
# autosubliminal\core\cache.py: 10,11,12
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "4"
chardet==5.1.0 ; python_full_version >= "3.8.1" and python_version < "4"
charset-normalizer==3.1.0 ; python_full_version >= "3.8.1" and python_version < "4"
cheroot==9.0.0 ; python_full_version >= "3.8.1" and python_version < "4"
cherrypy==18.9.0 ; python_full_version >= "3.8.1" and python_version < "4"
cherrypy==18.10.0 ; python_full_version >= "3.8.1" and python_version < "4"
click==8.1.3 ; python_full_version >= "3.8.1" and python_version < "4"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4" and platform_system == "Windows"
deathbycaptcha==0.1.1 ; python_full_version >= "3.8.1" and python_version < "4"
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python = ">=3.8.1,<4"

# Runtime dependencies
babelfish = "0.6.1"
CherryPy = "18.9.0"
CherryPy = "18.10.0"
deathbycaptcha = "0.1.1"
"dogpile.cache" = "1.3.3"
enzyme = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "4"
chardet==5.1.0 ; python_full_version >= "3.8.1" and python_version < "4"
charset-normalizer==3.1.0 ; python_full_version >= "3.8.1" and python_version < "4"
cheroot==9.0.0 ; python_full_version >= "3.8.1" and python_version < "4"
cherrypy==18.9.0 ; python_full_version >= "3.8.1" and python_version < "4"
cherrypy==18.10.0 ; python_full_version >= "3.8.1" and python_version < "4"
click==8.1.3 ; python_full_version >= "3.8.1" and python_version < "4"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4" and platform_system == "Windows"
deathbycaptcha==0.1.1 ; python_full_version >= "3.8.1" and python_version < "4"
Expand Down

0 comments on commit 986e3e1

Please sign in to comment.