Aluerie / AluBot

🦢 Personal Discord Bot
Mozilla Public License 2.0
7 stars 0 forks source link

Bump the requirements-txt-deps group across 1 directory with 4 updates #86

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on pygit2, gtts, numpy and matplotlib to permit the latest version. Updates pygit2 from 1.15.0 to 1.15.1

Changelog

Sourced from pygit2's changelog.

1.15.1 (2024-07-07)

  • New Repository.revert(...) #1297

  • New optional depth argument in submodules add() and update() methods #1296

  • Now Submodule.url returns None when the submodule does not have a url #1294

  • Fix use after free bug in error reporting #1299

  • Fix Submodule.head_id when the submodule is not in the current HEAD tree #1300

  • Fix Submodule.open() when subclassing Repository #1295

  • Fix error in the test suite when running with address sanitizer #1304 #1301

  • Annotations and documentation fixes #1293

Commits
  • 7077d21 Update sponsors list
  • 8427c85 Release 0.15.1
  • 511ccd9 CI: update cibuildwheel
  • e104528 Update changelog
  • 5b27dee Do not access freed memory in test_push_options()
  • a9c7cce Fix Submodule.head_id if submodule isn't in superproject HEAD tree
  • 7bea492 Don't decref PyBytesObject before formatting an error with it
  • 584bda3 Add Repository.revert()
  • 1a8442d Merge remote-tracking branch 'jorio/submodule-fetch-depth'
  • 2538735 Merge remote-tracking branch 'jorio/submodule-open-from-repo-subclass'
  • Additional commits viewable in compare view


Updates gtts to 2.5.2

Release notes

Sourced from gtts's releases.

v2.5.2

2.5.2 (2024-07-20)

Bug Fixes

  • langs: Languages added: am (Amharic), cy (Welsh), eu (Basque), gl (Galician), ha (Hausa), lt (Lithuanian), pa (Punjabi) (#477) (b04d6d1)
Changelog

Sourced from gtts's changelog.

2.5.2 (2024-07-20)

Bug Fixes

  • langs: Languages added: am (Amharic), cy (Welsh), eu (Basque), gl (Galician), ha (Hausa), lt (Lithuanian), pa (Punjabi) (#477) (b04d6d1)

2.5.1 (2024-01-29)

Bug Fixes

2.5.0 (2023-12-20)

Features

  • Add connection timeout + misc improvements (#440) (bcdb79d)

2.4.0 (2023-10-03)

Features

  • Add Python 3.12 support (75294b2)
  • Remove Python 3.7 support (end-of-life) (75294b2)

2.3.2 (2023-04-29)

Bug Fixes

  • Add new error helper for when using a custom (non-.com) TLD results in a 404 (5a860ed)
  • cli: Add deprecated language fallback support to CLI (5a860ed)

Documentation

  • cli: Fix older invalid example (5a860ed)

2.3.1 (2023-01-16)

Bug Fixes

  • test: include missing required *.txt test files in dist (#395) (63f10ff)
  • loosen dependancies for click and requests, removes six dependancy (#394) (a4ce0c9)
  • test: missing @pytest.mark.net on net-enabled test (#391) (3667f06)

... (truncated)

Commits
  • 44c4fa3 chore(main): release 2.5.2 (#478)
  • b04d6d1 fix(langs): Languages added: am (Amharic), cy (Welsh), eu (Basque), `gl...
  • 57c0645 chore(build): Fix gen_langs.py to generating new languages (#476)
  • 31a9e23 build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#469)
  • 15c891e build(deps): bump codecov/codecov-action from 4.0.2 to 4.4.0 (#467)
  • 4b063a0 build(deps): update pytest requirement from <8.1.0,>=7.1.3 to >=7.1.3,<8.3.0 ...
  • 6244e51 build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 (#461)
  • 8aa8520 chore(docs): Add Nigeria localized English accent (#468)
  • 9998410 build(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (#457)
  • b0116ac chore(docs): fix typos (#455)
  • Additional commits viewable in compare view


Updates numpy from 2.0.0 to 2.0.1

Release notes

Sourced from numpy's releases.

v2.0.1

NumPy 2.0.1 Release Notes

NumPy 2.0.1 is a maintenance release that fixes bugs and regressions discovered after the 2.0.0 release. NumPy 2.0.1 is the last planned release in the 2.0.x series, 2.1.0rc1 should be out shortly.

The Python versions supported by this release are 3.9-3.12.

NOTE: Do not use the GitHub generated "Source code" files listed in the "Assets", they are garbage.

Improvements

np.quantile with method closest_observation chooses nearest even order statistic

This changes the definition of nearest for border cases from the nearest odd order statistic to nearest even order statistic. The numpy implementation now matches other reference implementations.

(gh-26656)

Contributors

A total of 15 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • @​vahidmech +
  • Alex Herbert +
  • Charles Harris
  • Giovanni Del Monte +
  • Leo Singer
  • Lysandros Nikolaou
  • Matti Picus
  • Nathan Goldbaum
  • Patrick J. Roddy +
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Rostan Tabet +
  • Sebastian Berg
  • Tyler Reddy
  • Yannik Wicke +

Pull requests merged

A total of 24 pull requests were merged for this release.

  • #26711: MAINT: prepare 2.0.x for further development
  • #26792: TYP: fix incorrect import in ma/extras.pyi stub
  • #26793: DOC: Mention '1.25' legacy printing mode in set_printoptions
  • #26794: DOC: Remove mention of NaN and NAN aliases from constants

... (truncated)

Commits
  • 4c9f431 Merge pull request #27000 from charris/prepare-2.0.1
  • 0e70e00 REL: Prepare for the NumPy 2.0.1 release [wheel build]
  • 4d10ffc Merge pull request #26995 from charris/backport-26985
  • 764b667 BUG: Add object cast to avoid warning with limited API
  • 9be6ad6 Merge pull request #26971 from charris/backport-26935
  • 6d950e9 BUG: fix f2py tests to work with v2 API
  • 89630c0 Merge pull request #26962 from charris/backport-26919
  • 88fa840 TST: Apply test suggestion by Nathan for rlstrip fixes
  • a9da01e BUG,MAINT: Fix utf-8 character stripping memory access
  • 6afbbf8 Merge pull request #26963 from charris/backport-26930
  • Additional commits viewable in compare view


Updates matplotlib from 3.9.0 to 3.9.1

Release notes

Sourced from matplotlib's releases.

REL: 3.9.1

This is the first bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Add GitHub artifact attestations for sdist and wheels
  • Re-add matplotlib.cm.get_cmap; note this function will still be removed at a later date
  • Allow duplicate backend entry points
  • Fix Axes autoscaling of thin bars at large locations
  • Fix Axes autoscaling with axhspan / axvspan
  • Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection
  • Fix Axes3D mouse interactivity with non-default roll angle
  • Fix box aspect ratios in Axes3D with alternate vertical axis
  • Fix case handling of backends specified as module://...
  • Fix crash with TkAgg on Windows with tk.window_focus: True
  • Fix interactive update of SubFigures
  • Fix interactivity when using the IPython console
  • Fix pickling of AxesWidgets and SubFigures
  • Fix scaling on GTK3Cairo / GTK4Cairo backends
  • Fix text wrapping within SubFigures
  • Promote mpltype Sphinx role to a public extension; note this is only intended for development reasons
Commits
  • 44be14c REL: 3.9.1
  • 5325425 DOC: Create release notes for 3.9.1
  • 568a039 Merge pull request #28507 from meeseeksmachine/auto-backport-of-pr-28430-on-v...
  • 7fa9f24 Merge pull request #28506 from meeseeksmachine/auto-backport-of-pr-28451-on-v...
  • 06189c2 Backport PR #28430: Fix pickling of AxesWidgets.
  • c43313a Backport PR #28451: Fix GTK cairo backends
  • 560fdc4 Merge pull request #28499 from meeseeksmachine/auto-backport-of-pr-28498-on-v...
  • 5552302 Backport PR #28498: Don't fail if we can't query system fonts on macOS
  • f76bba4 Merge pull request #28491 from meeseeksmachine/auto-backport-of-pr-28487-on-v...
  • 8ccd2ee Merge pull request #28490 from meeseeksmachine/auto-backport-of-pr-28486-on-v...
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions