Skip to content

Commit

Permalink
Bump redis from 4.5.3 to 4.5.4 in /equipment/project
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.5.3...v4.5.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2023
1 parent 75f889c commit 2399aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equipment/project/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ psycopg2-binary==2.9.3 # Remove psycopg2-binary if PostgreSQL is not used
pygelf==0.4.2 # Remove if "gelf" log driver is not used
pymongo==4.0.2 # Remove if MongoDB is not used
pyodbc==4.0.32 # Remove if SQLServer is not used
redis==4.5.3 # Remove if Redis is not used (affects "redis" queue driver and RedisConnection)
redis==4.5.4 # Remove if Redis is not used (affects "redis" queue driver and RedisConnection)
rq==1.10.1 # Remove if "Redis" queue driver is not used
sqlalchemy==1.4.32 # Remove if SQL connections are not used
waitress==2.1.2 # Remove if web server is not used

0 comments on commit 2399aa1

Please sign in to comment.