notification-api
notification-api copied to clipboard
fix(deps): update all patch dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
PyYAML (source) | 6.0.1 -> 6.0.2 |
||||
SQLAlchemy (changelog) | 1.4.52 -> 1.4.54 |
||||
cffi (source, changelog) | 1.17.0 -> 1.17.1 |
||||
locust (source) | 2.31.3 -> 2.31.8 |
||||
nodemailer (source) | 6.9.13 -> 6.9.15 |
||||
pytest-mock-resources | 2.12.0 -> 2.12.1 |
||||
types-boto (changelog) | 2.49.18.9 -> 2.49.18.20240806 |
||||
types-python-dateutil (changelog) | 2.9.0.20240316 -> 2.9.0.20240906 |
||||
types-redis (changelog) | 4.6.0.20240425 -> 4.6.0.20240903 |
||||
types-requests (changelog) | 2.32.0.20240712 -> 2.32.0.20240914 |
Review
- [ ] Updates have been tested and work
- [ ] If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)
Release Notes
yaml/pyyaml (PyYAML)
v6.0.2
What's Changed
- Support for Cython 3.x and Python 3.13.
Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2
python-cffi/cffi (cffi)
v1.17.1
- Fix failing
distutils.msvc9compiler
imports under Windows (#118). -
ffibuilder.emit_python_code()
andffibuiler.emit_c_code()
accept file-like objects (#115). -
ffiplatform
calls are bypassed byffibuilder.emit_python_code()
andffibuilder.emit_c_code()
(#81).
Full Changelog: https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1
locustio/locust (locust)
v2.31.8
What's Changed
- Fix RTD versioning with a deep git clone by @mquinnfd in https://github.com/locustio/locust/pull/2913
- Url in template arg by @fletelli42 in https://github.com/locustio/locust/pull/2914
- Web UI Auth submit should submit a POST request by @andrewbaldwin44 in https://github.com/locustio/locust/pull/2915
- Log locust-cloud version if it is installed by @cyberw in https://github.com/locustio/locust/pull/2916
New Contributors
- @fletelli42 made their first contribution in https://github.com/locustio/locust/pull/2914
Full Changelog: https://github.com/locustio/locust/compare/2.31.7...2.31.8
v2.31.7
Merged pull requests:
- Fix Dependabot Complaints #2912 (andrewbaldwin44)
- Improve Web UI Logging #2911 (andrewbaldwin44)
- Pin python versions to avoid gh caching issue + always Install Dependencies, even when it looks like there was a cache hit #2907 (cyberw)
- Fix Login Manager Error Message #2905 (andrewbaldwin44)
- Log locust version earlier #2904 (cyberw)
- Add Mongodb test example #2903 (guel-codes)
v2.31.6
Fixed bugs:
- RPS vs Total Running Users #2895
- Overwriting weight by config-users may lead to crash #2852
- FastHttpSession requests typing for the json argument should support lists #2842
- Dockerfile warning #2811
Closed issues:
Merged pull requests:
- Add Error Message for Accessing Login Manager without --web-login #2902 (andrewbaldwin44)
- Update Webui README #2901 (andrewbaldwin44)
- fix: Add worker_count = 1 to LocalRunner for parity with MasterRunner #2900 (tarkatronic)
- Remove redundant None in Any | None annotations #2892 (tdadela)
- Fix _kl_generator by filtering nonpositive User weights #2891 (tdadela)
- Update README.md #2889 (JonanOribe)
- Filename from URL Should Strip Query Params #2887 (andrewbaldwin44)
- Simplify Generator annotations - PEP 696 #2886 (tdadela)
- Fix FastHttpSession.request json typing #2885 (tdadela)
v2.31.5
Fixed bugs:
- Pressure testing is over, but RPS and Users still have data #2870
Merged pull requests:
- Ensure we don't accidentally hide errors while importing in locust-cloud or locust-plugins #2881 (cyberw)
- Add publishing dependency on build package step #2880 (mquinnfd)
- Build pipeline tweaks - docker tagging #2879 (mquinnfd)
- Webui Remove chart initial data fetch #2878 (andrewbaldwin44)
- Document use with uvx and remove openssl version from --version output #2877 (cyberw)
- Web UI Remove Scroll to Zoom #2876 (andrewbaldwin44)
- Cleaning and improvements in the Build Pipeline #2873 (mquinnfd)
- WebUI: Correct types for form select #2872 (andrewbaldwin44)
v2.31.4
Merged pull requests:
- Webui Allow changing select input size #2871 (andrewbaldwin44)
- Webui Replace Logo SVG #2867 (andrewbaldwin44)
- Add favicon that looks good in light color theme #2866 (heyman)
- Webui Add build lib command to package.json #2865 (andrewbaldwin44)
- Web UI Github Action Publish steps must Build lib #2864 (andrewbaldwin44)
- Fix npm publish issue #2863 (cyberw)
- GH actions: Update names of publish steps. Don't run prerelease steps when no prerelease is actually going to be published #2862 (cyberw)
- Webui Fix Version Tag in NPM Prerelease Step #2861 (andrewbaldwin44)
- Webui Fix NPM Publish Step #2860 (andrewbaldwin44)
- Web UI as a Library NPM Release #2858 (andrewbaldwin44)
- Add PostgresUser to examples #2836 (guel-codes)
schireson/pytest-mock-resources (pytest-mock-resources)
v2.12.1
What's Changed
- feat: Expose postgres fixture factory functions for controlling conta… by @DanCardin in https://github.com/schireson/pytest-mock-resources/pull/218
Full Changelog: https://github.com/schireson/pytest-mock-resources/compare/v2.12.0...v2.12.1
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 was generated by Mend Renovate. View the repository job log.