diff --git a/requirements-dev.txt b/requirements-dev.txt index 58042e4..89510dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -45,7 +45,7 @@ mako==1.1.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 markupsafe==2.1.0; python_version >= '3.7' mastodon.py==1.5.1 packaging==21.3; python_version >= '3.6' -pillow==9.0.1 +pillow==9.3.0 pluggy==1.0.0; python_version >= '3.6' prompt-toolkit==3.0.28; python_full_version >= '3.6.2' psycopg2==2.9.3 diff --git a/requirements.txt b/requirements.txt index 95acbc5..7bc7fd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ mako==1.1.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 markupsafe==2.1.0; python_version >= '3.7' mastodon.py==1.5.1 packaging==21.3; python_version >= '3.6' -pillow==9.0.1 +pillow==9.3.0 prompt-toolkit==3.0.28; python_full_version >= '3.6.2' psycopg2==2.9.3 pyinotify==0.9.6; sys_platform == 'linux'