From f0f83d7d5f17f210ce6a3405d20ebebac53d0ebd Mon Sep 17 00:00:00 2001 From: "Michael E. Karpeles (Mek)" Date: Mon, 11 May 2026 13:02:26 -0600 Subject: [PATCH 1/4] chore(deps): bump pydantic from 2.13.3 to 2.13.4 Closes #12619 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c3867b86b3a..a2344611231 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ multipart==1.3.1 Pillow==12.2.0 prometheus-fastapi-instrumentator==7.1.0 psycopg2==2.9.12 -pydantic==2.13.3 +pydantic==2.13.4 pymarc==5.3.1 python-amazon-paapi==6.2.0 python-dateutil==2.9.0.post0 From b5a9757b1796a2978a3c765a34a6af275af5991f Mon Sep 17 00:00:00 2001 From: "Michael E. Karpeles (Mek)" Date: Mon, 11 May 2026 13:02:29 -0600 Subject: [PATCH 2/4] chore(deps): bump aiofiles from 23.2.1 to 25.1.0 Closes #12676 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2344611231..39e99bf4ed6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiofiles==23.2.1 +aiofiles==25.1.0 amightygirl.paapi5-python-sdk==1.0.0 APScheduler==3.11.2 Babel==2.18.0 From ad89e91e92f2f87b9a4fa0f88800c6b2d3c418c0 Mon Sep 17 00:00:00 2001 From: "Michael E. Karpeles" Date: Tue, 19 May 2026 18:11:25 -0600 Subject: [PATCH 3/4] chore(deps): bump requests from 2.33.1 to 2.34.0 Closes #12759 --- requirements.txt | 2 +- scripts/gh_scripts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39e99bf4ed6..4ca1ba859bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ python-memcached==1.62 python-multipart==0.0.27 PyYAML==6.0.3 qrcode==7.4.2 -requests==2.33.1 +requests==2.34.0 sentry-sdk[fastapi]==2.59.0 simplejson==3.20.2 statsd==4.0.1 diff --git a/scripts/gh_scripts/requirements.txt b/scripts/gh_scripts/requirements.txt index 06ebf358a2d..5e875e908dc 100644 --- a/scripts/gh_scripts/requirements.txt +++ b/scripts/gh_scripts/requirements.txt @@ -1 +1 @@ -requests==2.33.1 +requests==2.34.0 From c40bb23f84a37e1f9393c7e5f0faae0475d61776 Mon Sep 17 00:00:00 2001 From: "Michael E. Karpeles" Date: Tue, 19 May 2026 18:11:30 -0600 Subject: [PATCH 4/4] chore(deps): bump python-multipart from 0.0.27 to 0.0.28 Closes #12759 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ca1ba859bc..7e6f63dde76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pymarc==5.3.1 python-amazon-paapi==6.2.0 python-dateutil==2.9.0.post0 python-memcached==1.62 -python-multipart==0.0.27 +python-multipart==0.0.28 PyYAML==6.0.3 qrcode==7.4.2 requests==2.34.0