amor71 / LiuAlgoTrader

Framework for algorithmic trading
MIT License
785 stars 130 forks source link

PYUP Scheduled weekly dependency update for week 49 #374

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

Update asttokens from 2.1.0 to 2.2.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/asttokens - Repo: https://github.com/gristlabs/asttokens

Update chardet from 5.0.0 to 5.1.0.

Changelog ### 5.1.0 ``` Features - Add `should_rename_legacy` argument to most functions, which will rename older encodings to their more modern equivalents (e.g., `GB2312` becomes `GB18030`) (264, dan-blanchard) - Add capital letter sharp S and ISO-8859-15 support (222, SimonWaldherr) - Add a prober for MacRoman encoding (5 updated as c292b52a97e57c95429ef559af36845019b88b33, Rob Speer and dan-blanchard ) - Add `--minimal` flag to `chardetect` command (214, dan-blanchard) - Add type annotations to the project and run mypy on CI (261, jdufresne) - Add support for Python 3.11 (274, hugovk) Fixes - Clarify LGPL version in License trove classifier (255, musicinmybrain) - Remove support for EOL Python 3.6 (260, jdufresne) - Remove unnecessary guards for non-falsey values (259, jdufresne) Misc changes - Switch to Python 3.10 release in GitHub actions (257, jdufresne) - Remove setup.py in favor of build package (262, jdufresne) - Run tests on macos, Windows, and 3.11-dev (267, dan-blanchard) ```
Links - PyPI: https://pypi.org/project/chardet - Changelog: https://pyup.io/changelogs/chardet/ - Repo: https://github.com/chardet/chardet

Update debugpy from 1.6.3 to 1.6.4.

Changelog ### 1.6.4 ``` Fixes: 985, 1003, 1005, 1018, 1024, 1025, 1030, 1031, 1042, 1064, 1081, 1100, 1104, 1111, 1126 Improvements: 532, 989, 1022, 1056, 1099 ```
Links - PyPI: https://pypi.org/project/debugpy - Changelog: https://pyup.io/changelogs/debugpy/ - Homepage: https://aka.ms/debugpy

Update filelock from 3.8.0 to 3.8.1.

Changelog ### 3.8.1 ``` ------------------- - Fix mypy does not accept ``filelock.FileLock`` as a valid type ```
Links - PyPI: https://pypi.org/project/filelock - Changelog: https://pyup.io/changelogs/filelock/ - Repo: https://github.com/tox-dev/py-filelock/archive/main.zip

Update hypothesis from 6.58.1 to 6.60.0.

Changelog ### 6.60.0 ``` ------------------- This release improves Hypothesis' ability to resolve forward references in type annotations. It fixes a bug that prevented :func:`~hypothesis.strategies.builds` from being used with `pydantic models that possess updated forward references <https://pydantic-docs.helpmanual.io/usage/postponed_annotations/>`__. See :issue:`3519`. ``` ### 6.59.0 ``` ------------------- The :obj:`example(...) <hypothesis.example>` decorator now has a ``.via()`` method, which future tools will use to track automatically-added covering examples (:issue:`3506`). ``` ### 6.58.2 ``` ------------------- This patch updates our vendored `list of top-level domains <https://www.iana.org/domains/root/db>`__, which is used by the provisional :func:`~hypothesis.provisional.domains` strategy. ```
Links - PyPI: https://pypi.org/project/hypothesis - Changelog: https://pyup.io/changelogs/hypothesis/ - Homepage: https://hypothesis.works

Update jsonschema from 4.17.1 to 4.17.3.

Changelog ### 4.17.3 ``` ======= * Fix instantiating validators with cached refs to boolean schemas rather than objects (1018). ``` ### 4.17.2 ``` ======= * Empty strings are not valid relative JSON Pointers (aren't valid under the RJP format). * Durations without (trailing) units are not valid durations (aren't valid under the duration format). This involves changing the dependency used for validating durations (from ``isoduration`` to ``isodate``). ```
Links - PyPI: https://pypi.org/project/jsonschema - Changelog: https://pyup.io/changelogs/jsonschema/

Update multidict from 6.0.2 to 6.0.3.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/multidict - Changelog: https://pyup.io/changelogs/multidict/ - Repo: https://github.com/aio-libs/multidict

Update nbclient from 0.7.0 to 0.7.2.

Changelog ### 0.7.2 ``` ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.7.1...e6f8b9f7001f9988a29bb011a0f6052987e6507a)) Merged PRs - Allow space after In [264](https://github.com/jupyter/nbclient/pull/264) ([davidbrochart](https://github.com/davidbrochart)) - Fix jupyter_core pinning [263](https://github.com/jupyter/nbclient/pull/263) ([davidbrochart](https://github.com/davidbrochart)) - Update README, add Python 3.11 [260](https://github.com/jupyter/nbclient/pull/260) ([davidbrochart](https://github.com/davidbrochart)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbclient/graphs/contributors?from=2022-11-29&to=2022-11-29&type=c)) [davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-11-29..2022-11-29&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ``` ### 0.7.1 ``` ([Full Changelog](https://github.com/jupyter/nbclient/compare/v0.7.0...168340e8313e63fd9e037280f98ed22d47e2231b)) Maintenance and upkeep improvements - CI Refactor [257](https://github.com/jupyter/nbclient/pull/257) ([blink1073](https://github.com/blink1073)) Other merged PRs - Remove nest-asyncio [259](https://github.com/jupyter/nbclient/pull/259) ([davidbrochart](https://github.com/davidbrochart)) - Add upper bound to dependencies [258](https://github.com/jupyter/nbclient/pull/258) ([davidbrochart](https://github.com/davidbrochart)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbclient/graphs/contributors?from=2022-10-06&to=2022-11-29&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Ablink1073+updated%3A2022-10-06..2022-11-29&type=Issues) | [davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Adavidbrochart+updated%3A2022-10-06..2022-11-29&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbclient+involves%3Apre-commit-ci+updated%3A2022-10-06..2022-11-29&type=Issues) ```
Links - PyPI: https://pypi.org/project/nbclient - Changelog: https://pyup.io/changelogs/nbclient/

Update nbconvert from 7.2.5 to 7.2.6.

Changelog ### 7.2.6 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.5...788dd3c4de1b6333e807250d0f33b59b80d5b202)) Maintenance and upkeep improvements - Include all templates in sdist [1916](https://github.com/jupyter/nbconvert/pull/1916) ([blink1073](https://github.com/blink1073)) - clean up workflows [1911](https://github.com/jupyter/nbconvert/pull/1911) ([blink1073](https://github.com/blink1073)) - CI Cleanup [1910](https://github.com/jupyter/nbconvert/pull/1910) ([blink1073](https://github.com/blink1073)) Documentation improvements - Fix docs build and switch to PyData Sphinx Theme [1912](https://github.com/jupyter/nbconvert/pull/1912) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-11-14&to=2022-12-05&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-11-14..2022-12-05&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```
Links - PyPI: https://pypi.org/project/nbconvert - Changelog: https://pyup.io/changelogs/nbconvert/

Update pkginfo from 1.8.3 to 1.9.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/pkginfo - Homepage: https://code.launchpad.net/~tseaver/pkginfo/trunk - Docs: https://pythonhosted.org/pkginfo/

Update pylint from 2.15.6 to 2.15.8.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/pylint - Changelog: https://pyup.io/changelogs/pylint/

Update streamlit from 1.15.1 to 1.15.2.

Changelog ### 1.15.2 ``` None ```
Links - PyPI: https://pypi.org/project/streamlit - Changelog: https://pyup.io/changelogs/streamlit/ - Homepage: https://streamlit.io

Update terminado from 0.17.0 to 0.17.1.

Changelog ### 0.17.1 ``` ([Full Changelog](https://github.com/jupyter/terminado/compare/v0.17.0...f1221f46a692ff0bab0820395b008d4473269d3e)) Bugs fixed - Don't split manually on linebreaks [209](https://github.com/jupyter/terminado/pull/209) ([incase](https://github.com/incase)) Maintenance and upkeep improvements - Docs and workflow cleanup [206](https://github.com/jupyter/terminado/pull/206) ([blink1073](https://github.com/blink1073)) - CI Cleanup [204](https://github.com/jupyter/terminado/pull/204) ([blink1073](https://github.com/blink1073)) - Add ability to release from repo [202](https://github.com/jupyter/terminado/pull/202) ([blink1073](https://github.com/blink1073)) - Bump actions/checkout from 2 to 3 [201](https://github.com/jupyter/terminado/pull/201) ([dependabot](https://github.com/dependabot)) - Add dependabot [200](https://github.com/jupyter/terminado/pull/200) ([blink1073](https://github.com/blink1073)) Documentation improvements - Docs and workflow cleanup [206](https://github.com/jupyter/terminado/pull/206) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/terminado/graphs/contributors?from=2022-10-25&to=2022-12-05&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fterminado+involves%3Ablink1073+updated%3A2022-10-25..2022-12-05&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fterminado+involves%3Adependabot+updated%3A2022-10-25..2022-12-05&type=Issues) | [incase](https://github.com/search?q=repo%3Ajupyter%2Fterminado+involves%3Aincase+updated%3A2022-10-25..2022-12-05&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fterminado+involves%3Apre-commit-ci+updated%3A2022-10-25..2022-12-05&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```
Links - PyPI: https://pypi.org/project/terminado - Changelog: https://pyup.io/changelogs/terminado/

Update traitlets from 5.5.0 to 5.6.0.

Changelog ### 5.6.0 ``` ([Full Changelog](https://github.com/ipython/traitlets/compare/5.5.0...2c5188a3562f03c0703315b21df41ca7ace23dd3)) Maintenance and upkeep improvements - Adopt jupyter releaser [806](https://github.com/ipython/traitlets/pull/806) ([blink1073](https://github.com/blink1073)) - Use base setup dependency type [805](https://github.com/ipython/traitlets/pull/805) ([blink1073](https://github.com/blink1073)) - More CI Cleanup [803](https://github.com/ipython/traitlets/pull/803) ([blink1073](https://github.com/blink1073)) - More maintenance cleanup [802](https://github.com/ipython/traitlets/pull/802) ([blink1073](https://github.com/blink1073)) - Add project description [801](https://github.com/ipython/traitlets/pull/801) ([blink1073](https://github.com/blink1073)) - Bump actions/setup-python from 2 to 4 [798](https://github.com/ipython/traitlets/pull/798) ([dependabot](https://github.com/dependabot)) - Bump actions/checkout from 2 to 3 [797](https://github.com/ipython/traitlets/pull/797) ([dependabot](https://github.com/dependabot)) - Bump pre-commit/action from 2.0.0 to 3.0.0 [796](https://github.com/ipython/traitlets/pull/796) ([dependabot](https://github.com/dependabot)) - Bump actions/upload-artifact from 2 to 3 [795](https://github.com/ipython/traitlets/pull/795) ([dependabot](https://github.com/dependabot)) - Add dependabot [794](https://github.com/ipython/traitlets/pull/794) ([blink1073](https://github.com/blink1073)) - Add more typings [791](https://github.com/ipython/traitlets/pull/791) ([blink1073](https://github.com/blink1073)) - Format changelog [789](https://github.com/ipython/traitlets/pull/789) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/traitlets/graphs/contributors?from=2022-10-18&to=2022-11-29&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2022-10-18..2022-11-29&type=Issues) | [dependabot](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Adependabot+updated%3A2022-10-18..2022-11-29&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Amaartenbreddels+updated%3A2022-10-18..2022-11-29&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Apre-commit-ci+updated%3A2022-10-18..2022-11-29&type=Issues) | [rmorshea](https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Armorshea+updated%3A2022-10-18..2022-11-29&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```
Links - PyPI: https://pypi.org/project/traitlets - Changelog: https://pyup.io/changelogs/traitlets/

Update twine from 4.0.1 to 4.0.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/twine - Docs: https://twine.readthedocs.io/

Update tzdata from 2022.6 to 2022.7.

Changelog ### 2022.7 ``` Upstream version 2022g released 2022-11-29T16:58:31+00:00 Briefly: The northern edge of Chihuahua changes to US timekeeping. Much of Greenland stops changing clocks after March 2023. Fix some pre-1996 timestamps in northern Canada. C89 is now deprecated; please use C99 or later. Portability fixes for AIX, libintl, MS-Windows, musl, z/OS In C code, use more C23 features if available. C23 timegm now supported by default Fixes for unlikely integer overflows Changes to future timestamps In the Mexican state of Chihuahua, the border strip near the US will change to agree with nearby US locations on 2022-11-30. The strip's western part, represented by Ciudad Juárez, switches from -06 all year to -07/-06 with US DST rules, like El Paso, TX. The eastern part, represented by Ojinaga, will observe US DST next year, like Presidio, TX. (Thanks to Heitor David Pinto.) A new Zone America/Ciudad_Juarez splits from America/Ojinaga. Much of Greenland, represented by America/Nuuk, stops observing winter time after March 2023, so its daylight saving time becomes standard time. (Thanks to Jonas Nyrup and Jürgen Appel.) Changes to past timestamps Changes for pre-1996 northern Canada (thanks to Chris Walton): Merge America/Iqaluit and America/Pangnirtung into the former, with a backward compatibility link for the latter name. There is no good evidence the two locations differ since 1970. This change affects pre-1996 America/Pangnirtung timestamps. Cambridge Bay, Inuvik, Iqaluit, Rankin Inlet, Resolute and Yellowknife did not observe DST in 1965, and did observe DST from 1972 through 1979. Whitehorse moved from -09 to -08 on 1966-02-27, not 1967-05-28. Colombia's 1993 fallback was 02-06 24:00, not 04-04 00:00. (Thanks to Alois Treindl.) Singapore's 1981-12-31 change was at 16:00 UTC (23:30 local time), not 24:00 local time. (Thanks to Geoff Clare via Robert Elz.) --- ```
Links - PyPI: https://pypi.org/project/tzdata - Changelog: https://pyup.io/changelogs/tzdata/ - Repo: https://github.com/python/tzdata

Update yarl from 1.8.1 to 1.8.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/yarl - Changelog: https://pyup.io/changelogs/yarl/ - Repo: https://github.com/aio-libs/yarl/
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

pyup-bot commented 1 year ago

Closing this in favor of #376