Skip to content

Scheduled monthly dependency update for March#38

Closed
pyup-bot wants to merge 15 commits intodevfrom
pyup-scheduled-update-2023-03-01
Closed

Scheduled monthly dependency update for March#38
pyup-bot wants to merge 15 commits intodevfrom
pyup-scheduled-update-2023-03-01

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

@pyup-bot pyup-bot commented Mar 1, 2023

Update gitpython from 3.1.30 to 3.1.31.

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

Links

Update ipykernel from 6.21.0 to 6.21.2.

Changelog

6.21.2

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.21.1...1a486e06155a4d8e58e716fd40468cb5738ed6bb))

Bugs fixed

- Un-expose __file__ and expose __session__ instead. [1095](https://github.com/ipython/ipykernel/pull/1095) ([Carreau](https://github.com/Carreau))

Maintenance and upkeep improvements

- Remove test_enter_eventloop [1084](https://github.com/ipython/ipykernel/pull/1084) ([davidbrochart](https://github.com/davidbrochart))

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-02-02&to=2023-02-13&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-02-02..2023-02-13&type=Issues) | [Carreau](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2023-02-02..2023-02-13&type=Issues) | [davidbrochart](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adavidbrochart+updated%3A2023-02-02..2023-02-13&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-02-02..2023-02-13&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

6.21.1

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.21.0...ac7776dfd68861ae005e1f142ec87cd6703847ea))

Maintenance and upkeep improvements

- Restore nest-asyncio for tk loop [1086](https://github.com/ipython/ipykernel/pull/1086) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-01-30&to=2023-02-02&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-01-30..2023-02-02&type=Issues)
Links

Update ipython from 8.9.0 to 8.11.0.

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

Links

Update jupyter-client from 8.0.2 to 8.0.3.

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

Links

Update matplotlib from 3.6.3 to 3.7.0.

Changelog
Links

Update mistune from 2.0.4 to 2.0.5.

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

Links

Update numpy from 1.24.1 to 1.24.2.

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

Links

Update openpyxl from 3.1.0 to 3.1.1.

Changelog

3.1.1

==================


Bugfixes
--------

* `1881 <https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1881>`_ DocumentProperties times set by module import only
* `1947 <https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1947>`_ Worksheet-specific definitions are missing
Links

Update prompt-toolkit from 3.0.36 to 3.0.38.

Changelog

3.0.38

------------------

Fixes:
- Fix regression in filters. (Use of `WeakValueDictionary` caused filters to
not be cached).

New features:
- Use 24-bit true color now by default on Windows 10/11.

3.0.37

------------------

Bug fixes:
- Fix `currentThread()` deprecation warning.
- Fix memory leak in filters.
- Make VERSION tuple numeric.

New features:
- Add `.run()` method in `TelnetServer`. (To be used instead of
`.start()/.stop()`.

Breaking changes:
- Subclasses of `Filter` have to call `super()` in their `__init__`.
- Drop support for Python 3.6:
* This includes code cleanup for Python 3.6 compatibility.
* Use `get_running_loop()` instead of `get_event_loop()`.
* Use `asyncio.run()` instead of `asyncio.run_until_complete()`.
Links

Update protobuf from 4.21.12 to 4.22.0.

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

Links

Update scipy from 1.10.0 to 1.10.1.

Changelog

1.10.1

compared to `1.10.0`.



Authors
=======
* Name (commits)
* alice (1) +
* Matt Borland (2) +
* Evgeni Burovski (2)
* CJ Carey (1)
* Ralf Gommers (9)
* Brett Graham (1) +
* Matt Haberland (5)
* Alex Herbert (1) +
* Ganesh Kathiresan (2) +
* Rishi Kulkarni (1) +
* Loïc Estève (1)
* Michał Górny (1) +
* Jarrod Millman (1)
* Andrew Nelson (4)
* Tyler Reddy (50)
* Pamphile Roy (2)
* Eli Schwartz (2)
* Tomer Sery (1) +
* Kai Striega (1)
* Jacopo Tissino (1) +
* windows-server-2003 (1)

A total of 21 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully complete.
Links

Update streamlit from 1.17.0 to 1.19.0.

Changelog

1.19.0

None

1.18.1

None

1.18.0

None
Links

Update typing-extensions from 4.4.0 to 4.5.0.

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

Links

Update watchdog from 2.2.1 to 2.3.1.

Changelog

2.3.1

~~~~~

2023-02-28 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.3.0...v2.3.1>`__

- Run ``black`` on the entire source code
- Bundle the ``requirements-tests.txt`` file in the source distribution (`939 <https://github.com/gorakhargosh/watchdog/pull/939>`__)
- [watchmedo] Exclude ``FileOpenedEvent`` events from ``AutoRestartTrick``, and ``ShellCommandTrick``, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (`949 <https://github.com/gorakhargosh/watchdog/pull/949>`__)
- [watchmedo] Log ``FileOpenedEvent``, and ``FileClosedEvent``, events in ``LoggerTrick``
- Thanks to our beloved contributors: BoboTiG

2.3.0

~~~~~

2023-02-23 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.2.1...v2.3.0>`__

- [inotify] Add support for ``IN_OPEN`` events: a ``FileOpenedEvent`` event will be fired (`941 <https://github.com/gorakhargosh/watchdog/pull/941>`__)
- [watchmedo] Add optional event debouncing for ``auto-restart``, only restarting once if many events happen in quick succession (``--debounce-interval``) (`940 <https://github.com/gorakhargosh/watchdog/pull/940>`__)
- [watchmedo] Exit gracefully on ``KeyboardInterrupt`` exception (Ctrl+C) (`945 <https://github.com/gorakhargosh/watchdog/pull/945>`__)
- [watchmedo] Add option to not auto-restart the command after it exits (``--no-restart-on-command-exit``) (`946 <https://github.com/gorakhargosh/watchdog/pull/946>`__)
- Thanks to our beloved contributors: BoboTiG, dstaple, taleinat, cernekj
Links

Update yfinance from 0.2.9 to 0.2.12.

Changelog

0.2.12

------
Disable annoying 'backup decrypt' msg

0.2.11

------
Fix history_metadata accesses for unusual symbols 1411

0.2.10

------
General
- allow using sqlite3 < 3.8.2 1380
- add another backup decrypt option 1379
Prices
- restore original download() timezone handling 1385
- fix & improve price repair 1289 2a2928b 86d6acc
- drop intraday intervals if in post-market but prepost=False 1311
Info
- fast_info improvements:
- add camelCase keys, add dict functions values() & items() 1368
- fix fast_info["previousClose"] 1383
- catch TypeError Exception 1397
Links

@pyup-bot
Copy link
Copy Markdown
Collaborator Author

pyup-bot commented Apr 1, 2023

Closing this in favor of #39

@pyup-bot pyup-bot closed this Apr 1, 2023
@guyrux guyrux deleted the pyup-scheduled-update-2023-03-01 branch April 1, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant