diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 21ce19f4..18234e2a 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -198,7 +198,7 @@ | [psutil](https://github.com/giampaolo/psutil) | 5.9.8 | python3 | | [psycopg-c](https://psycopg.org/psycopg3/) | 3.1.20 | python3_scientific_core | | [psycopg](https://psycopg.org/psycopg3/) | 3.1.20 | python3_scientific_core | -| [psycopg2](https://psycopg.org/) | 2.9.9 | python3_scientific_core | +| [psycopg2](https://psycopg.org/) | 2.9.10 | python3_scientific_core | | [ptyprocess](https://github.com/pexpect/ptyprocess) | 0.7.0 | python3 | | [pure_eval](http://github.com/alexmojaki/pure_eval) | 0.2.2 | python3 | | [py-spy](https://github.com/benfred/py-spy) | 0.3.14 | python3_devtools | diff --git a/layers/layer2_python3_scientific_core/0500_extra_python_packages/requirements3.txt b/layers/layer2_python3_scientific_core/0500_extra_python_packages/requirements3.txt index db5f496f..9caf4a77 100644 --- a/layers/layer2_python3_scientific_core/0500_extra_python_packages/requirements3.txt +++ b/layers/layer2_python3_scientific_core/0500_extra_python_packages/requirements3.txt @@ -1,4 +1,4 @@ astral==3.2 -psycopg2==2.9.9 +psycopg2==2.9.10 psycopg==3.1.20 psycopg-c==3.1.20