notification-admin
notification-admin copied to clipboard
fix(deps): update all minor dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
Babel (source) | 2.14.0 -> 2.15.0 |
dependencies | minor | ||||
black (changelog) | 24.3.0 -> 24.4.2 |
test | minor | ||||
blinker | 1.7.0 -> 1.8.2 |
dependencies | minor | ||||
certifi | 2023.7.22 -> 2023.11.17 |
dependencies | minor | ||||
freezegun (changelog) | 1.4.0 -> 1.5.1 |
test | minor | ||||
itsdangerous (changelog) | 2.1.2 -> 2.2.0 |
dependencies | minor | ||||
mailparser | 3.6.6 -> 3.7.1 |
dependencies | minor | ||||
mypy (source, changelog) | 1.9.0 -> 1.10.0 |
test | minor | ||||
newrelic (source) | 8.10.0 -> 8.11.0 |
dependencies | minor | ||||
python | ~3.10.9 -> ~3.12.0 |
dependencies | minor | ||||
react (source) | 18.2.0 -> 18.3.1 |
dependencies | minor | ||||
react-dom (source) | 18.2.0 -> 18.3.1 |
dependencies | minor | ||||
rsa (source) | 4.7.2 -> 4.9 |
dependencies | minor | ||||
translate-toolkit (source) | 3.12.2 -> 3.13.0 |
dependencies | minor |
Review
- [ ] Updates have been tested and work
- [ ] If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)
Release Notes
python-babel/babel (Babel)
v2.15.0
Python version support
* Babel 2.15.0 will require Python 3.8 or newer. (:gh:`1048`)
Features
~~~~~~~~
* CLDR: Upgrade to CLDR 44 (:gh:`1071`) (@​akx)
* Dates: Support for the "fall back to short format" logic for time delta formatting (:gh:`1075`) (@​akx)
* Message: More versatile .po IO functions (:gh:`1068`) (@​akx)
* Numbers: Improved support for alternate spaces when parsing numbers (:gh:`1007`) (@​ronnix's first contribution)
Infrastructure
~~~~~~~~~~~~~~
* Upgrade GitHub Actions (:gh:`1054`) (@​cclauss's first contribution)
* The Unicode license is now included in `locale-data` and in the documentation (:gh:`1074`) (@​akx)
psf/black (black)
v24.4.2
This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.
Parser
- Fix regression where certain complex f-strings failed to parse (#4332)
Performance
- Fix bad performance on certain complex string literals (#4331)
v24.4.1
Highlights
- Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)
Stable style
- Fix crash involving indented dummy functions containing newlines (#4318)
Parser
- Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)
Integrations
- Github Action now works even when
git archive
is skipped (#4313)
v24.4.0
Stable style
- Fix unwanted crashes caused by AST equivalency check (#4290)
Preview style
-
if
guards incase
blocks are now wrapped in parentheses when the line is too long. (#4269) - Stop moving multiline strings to a new line unless inside brackets (#4289)
Integrations
- Add a new option
use_pyproject
to the GitHub Actionpsf/black
. This will read the Black version frompyproject.toml
. (#4294)
pallets-eco/blinker (blinker)
v1.8.2
Released 2024-05-06
- Simplify type for
_async_wrapper
and_sync_wrapper
arguments. :pr:156
v1.8.1
Released 2024-04-28
- Restore identity handling for
str
andint
senders. :pr:148
- Fix deprecated
blinker.base.WeakNamespace
import. :pr:149
- Fix deprecated
blinker.base.receiver_connected import
. :pr:153
- Use types from
collections.abc
instead oftyping
. :pr:150
- Fully specify exported types as reported by pyright. :pr:
152
v1.8.0
Released 2024-04-27
- Deprecate the
__version__
attribute. Use feature detection, orimportlib.metadata.version("blinker")
, instead. :issue:128
- Specify that the deprecated
temporarily_connected_to
will be removed in the next version. - Show a deprecation warning for the deprecated global
receiver_connected
signal and specify that it will be removed in the next version. - Show a deprecation warning for the deprecated
WeakNamespace
and specify that it will be removed in the next version. - Greatly simplify how the library uses weakrefs. This is a significant change
internally but should not affect any public API. :pr:
144
- Expose the namespace used by
signal()
asdefault_namespace
. :pr:145
spulec/freezegun (freezegun)
v1.5.1
- Fix the typing of the
tick()
method, and improve it's behaviour.
v1.5.0
- The default ignore list now contains the
queue
-package - Added a missing
move_to
-function when callingfreeze_time(tick=True)
- Fixes a rounding error in
time.time_ns()
- Fixed a bug where the default ignore list could not be empty (
configure(default_ignore_list=[])
) - All
tick()
methods now return the new datetime (instead of None) - Type improvements
pallets/itsdangerous (itsdangerous)
v2.2.0
Released 2024-04-16
- Drop support for Python 3.7. :pr:
372
- Use modern packaging metadata with
pyproject.toml
instead ofsetup.cfg
. :pr:326
- Use
flit_core
instead ofsetuptools
as build backend. - Deprecate the
__version__
attribute. Use feature detection, orimportlib.metadata.version("itsdangerous")
, instead. :issue:371
-
Serializer
and the return type ofdumps
is generic for type checking. By default it isSerializer[str]
anddumps
returns astr
. If a differentserializer
argument is given, it will try to infer the return type of itsdumps
method. :issue:347
- The default
hashlib.sha1
may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. :issue:375
nodemailer/mailparser (mailparser)
v3.7.1
Bug Fixes
- deps: Replaced 'punycode' with 'punycode.js' module (4a15157)
v3.7.0
Features
v3.6.9
Bug Fixes
- deps: Bumped deps (db842ad)
v3.6.8
Bug Fixes
v3.6.7
Bug Fixes
newrelic/newrelic-python-agent (newrelic)
v8.11.0
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-81100/
v8.10.1
https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-81001/
containerbase/python-prebuild (python)
v3.12.3
Bug Fixes
- deps: update dependency python to v3.12.3
v3.12.2
Bug Fixes
- deps: update dependency python to v3.12.2
v3.12.1
Bug Fixes
- deps: update dependency python to v3.12.1
v3.12.0
Bug Fixes
- deps: update dependency python to v3.12.0
v3.11.9
Bug Fixes
- deps: update dependency python to v3.11.9
v3.11.8
Bug Fixes
- deps: update dependency python to v3.11.8
v3.11.7
Bug Fixes
- deps: update dependency python to v3.11.7
v3.11.6
Bug Fixes
- deps: update dependency python to v3.11.6
v3.11.5
Bug Fixes
- deps: update dependency python to v3.11.5
v3.11.4
Bug Fixes
- deps: update dependency python to v3.11.4
v3.11.3
Bug Fixes
- deps: update dependency python to v3.11.3
v3.11.2
Bug Fixes
- deps: update dependency python to v3.11.2
v3.11.1
Bug Fixes
- deps: update dependency python to v3.11.1
v3.11.0
Bug Fixes
- deps: update dependency python to v3.11.0
sybrenstuvel/python-rsa (rsa)
v4.9
- Remove debug logging from
rsa/key.py
(#194). - Remove overlapping slots in
PrivateKey
andPublicKey
. (#189). - Do not include CHANGELOG/LICENSE/README.md in wheel (#191).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (#188).
v4.8
- Switch to Poetry for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using
raise new_exception from old_exception
(#157) - Added marker file for PEP 561. This will allow type checking tools in dependent projects to use type annotations from Python-RSA (#136).
- Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster (#163).
translate/translate (translate-toolkit)
v3.13.0
The major changes in this release are:
- Several improvements to the PO, XML and Properties formats.
- Updated language definitions to include CLDR aliases.
- Dropped unmatained Mozilla l10n scripts.
Read the full Release notes for more details.
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.