dependabot[bot]
commited on
Bump psycopg2 from 2.9.8 to 2.9.9
Browse filesBumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.8 to 2.9.9.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/compare/2.9.8...2.9.9)
---
updated-dependencies:
- dependency-name: psycopg2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- src/requirements.txt +1 -1
src/requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Django==4.2.5
|
2 |
-
psycopg2==2.9.
|
3 |
python-dotenv==1.0.0
|
4 |
whitenoise[brotli]==6.5.0
|
5 |
django-environ==0.11.2
|
|
|
1 |
Django==4.2.5
|
2 |
+
psycopg2==2.9.9
|
3 |
python-dotenv==1.0.0
|
4 |
whitenoise[brotli]==6.5.0
|
5 |
django-environ==0.11.2
|