Skip to content

Commit

Permalink
fix(deps): lock file maintenance workers (#2983)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
| [redis](https://redirect.github.com/redis/redis-py)
([changelog](https://redirect.github.com/redis/redis-py/releases)) |
dependencies | patch | `==5.2.0` -> `==5.2.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/redis/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/redis/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/redis/5.2.0/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/redis/5.2.0/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>redis/redis-py (redis)</summary>

###
[`v5.2.1`](https://redirect.github.com/redis/redis-py/releases/tag/v5.2.1):
5.2.1

[Compare
Source](https://redirect.github.com/redis/redis-py/compare/v5.2.0...v5.2.1)

### Changes

#### 🐛 Bug Fixes

- Fixed unsecured tempfile.mktemp() command usage
([#&#8203;3446](https://redirect.github.com/redis/redis-py/issues/3446))
- Fixed bug with SLOWLOG GET response parsing on Redis Software
([#&#8203;3441](https://redirect.github.com/redis/redis-py/issues/3441))
- Fixed issue with invoking \_close() on closed event loop
([#&#8203;3438](https://redirect.github.com/redis/redis-py/issues/3438))

#### 🧰 Maintenance

- Migrate test infrastructure to new custom docker images
([#&#8203;3415](https://redirect.github.com/redis/redis-py/issues/3415))
- Fixed flacky test with HEXPIREAT command
([#&#8203;3437](https://redirect.github.com/redis/redis-py/issues/3437))

#### Contributors

We'd like to thank all the contributors who worked on this release!

[@&#8203;IlianIliev](https://redirect.github.com/IlianIliev)
[@&#8203;uglide](https://redirect.github.com/uglide)
[@&#8203;vladvildanov](https://redirect.github.com/vladvildanov)
[@&#8203;teodorfn](https://redirect.github.com/teodorfn)
[@&#8203;akx](https://redirect.github.com/akx)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
  • Loading branch information
renovate-bot authored Dec 10, 2024
1 parent 15e1e59 commit 2284603
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gcp/workers/worker/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcp/workers/worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ google-cloud-pubsub = "==2.27.1"
google-cloud-ndb = "==2.3.2"
google-cloud-storage = "==2.19.0"
PyYAML = "==6.0.2"
redis = "==5.2.0"
redis = "==5.2.1"
packageurl-python = "==0.16.0"
pygit2 = "==1.16.0"
requests = "==2.32.3"
Expand Down

0 comments on commit 2284603

Please sign in to comment.