Skip to content

Commit

Permalink
Bump redis from 4.5.3 to 4.5.4 in /equipment/project (#68)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent 75f889c commit 61bd1d3
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

1 comment on commit 61bd1d3

@vercel
Copy link

@vercel vercel bot commented on 61bd1d3 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

equipment – ./

equipment-rogervila.vercel.app
equipment-git-main-rogervila.vercel.app
equipment-python.vercel.app

Please sign in to comment.