Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

21568: Bumps Amalgam, Engine versions #288

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions LICENSE-3RD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,12 +530,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


idna
3.8
3.10
BSD License
Kim Davies <[email protected]>
https://github.com/kjd/idna
Internationalized Domain Names in Applications (IDNA)
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/idna-3.8.dist-info/LICENSE.md
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/idna-3.10.dist-info/LICENSE.md
BSD 3-Clause License

Copyright (c) 2013-2024, Kim Davies and contributors.
Expand Down Expand Up @@ -655,15 +655,15 @@ IN THE SOFTWARE.


mmh3
4.1.0
5.0.0
MIT License
Hajime Senuma <[email protected]>
https://pypi.org/project/mmh3/
Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/mmh3-4.1.0.dist-info/LICENSE
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/mmh3-5.0.0.dist-info/LICENSE
MIT License

Copyright (c) 2011-2023 Hajime Senuma
Copyright (c) 2011-2024 Hajime Senuma

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -1855,12 +1855,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The above BSD License Applies to all code, even that also covered by Apache 2.0.

pytz
2024.1
2024.2
MIT License
Stuart Bishop
http://pythonhosted.org/pytz
World timezone definitions, modern and historical
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/pytz-2024.1.dist-info/LICENSE.txt
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/pytz-2024.2.dist-info/LICENSE.txt
Copyright (c) 2003-2019 Stuart Bishop <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a
Expand Down Expand Up @@ -2067,12 +2067,12 @@ Python HTTP for Humans.


rich
13.8.0
13.8.1
MIT License
Will McGugan
https://github.com/Textualize/rich
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/rich-13.8.0.dist-info/LICENSE
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/rich-13.8.1.dist-info/LICENSE
Copyright (c) 2020 Will McGugan

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -2465,12 +2465,12 @@ limitations under the License.


urllib3
2.2.2
2.2.3
MIT License
Andrey Petrov <[email protected]>
https://github.com/urllib3/urllib3/blob/main/CHANGES.rst
HTTP library with thread-safe connection pooling, file post, and more.
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/urllib3-2.2.2.dist-info/licenses/LICENSE.txt
/home/runner/.pyenv/versions/3.12.1/lib/python3.12/site-packages/urllib3-2.2.3.dist-info/licenses/LICENSE.txt
MIT License

Copyright (c) 2008-2020 Andrey Petrov and contributors.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"rich>=12.5.1",
"semantic-version~=2.0",
"typing-extensions~=4.0",
"amalgam-lang==12.3.16", # Use exact since Engine is exact in version.json
"amalgam-lang==12.4.0", # Use exact since Engine is exact in version.json
]

[project.optional-dependencies]
Expand Down
292 changes: 154 additions & 138 deletions requirements-3.10-dev.txt

Large diffs are not rendered by default.

218 changes: 117 additions & 101 deletions requirements-3.10.txt

Large diffs are not rendered by default.

280 changes: 148 additions & 132 deletions requirements-3.11-dev.txt

Large diffs are not rendered by default.

218 changes: 117 additions & 101 deletions requirements-3.11.txt

Large diffs are not rendered by default.

280 changes: 148 additions & 132 deletions requirements-3.12-dev.txt

Large diffs are not rendered by default.

218 changes: 117 additions & 101 deletions requirements-3.12.txt

Large diffs are not rendered by default.

292 changes: 154 additions & 138 deletions requirements-3.9-dev.txt

Large diffs are not rendered by default.

218 changes: 117 additions & 101 deletions requirements-3.9.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"howso-engine": "86.0.12"
"howso-engine": "86.0.13"
}
}
Loading