From 06229cb524905bb523b29b6d01658b1a2fa89961 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:32 +0100 Subject: [PATCH 01/24] Update ordered-set from 4.0.2 to 4.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fac6ce36..5de2bac96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ passlib==1.7.4 # Password hashing for CRYPT-PW and MD5-PW bcrypt==3.2.0 # bcrypt support IPy==1.01 # IP address parsing dataclasses==0.8; python_version < '3.7' # PEP 557 dataclasses for python<3.7 -ordered-set==4.0.2 # Ordered sets for simple unique ordered storage +ordered-set==4.1.0 # Ordered sets for simple unique ordered storage beautifultable==0.8.0 # pyup: <1.0.0 PyYAML==6.0 # parsing YAML config files datrie==0.8.2 # efficient route searching, used for RPKI From 66e3ebb07e752dcebd9c8392d759e71f81cc51b2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:32 +0100 Subject: [PATCH 02/24] Update redis from 4.1.0 to 4.1.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5de2bac96..d62e07398 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ datrie==0.8.2 # efficient route searching, used for RPKI setproctitle==1.2.2 # updating the process title for useful ps output python-daemon==2.3.0 # daemonising the main process pid==3.0.4 # managing PID files -redis==4.1.0 # preloaded data storage & sync through redis +redis==4.1.3 # preloaded data storage & sync through redis hiredis==2.0.0 # improved redis response parsing performance requests==2.27.1 # HTTP request handling pytz==2021.3 From 507edcca64390be250f2db6bb4ed433741a4b2de Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:32 +0100 Subject: [PATCH 03/24] Update ariadne from 0.14.0 to 0.14.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d62e07398..b9160282c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ redis==4.1.3 # preloaded data storage & sync through redis hiredis==2.0.0 # improved redis response parsing performance requests==2.27.1 # HTTP request handling pytz==2021.3 -ariadne==0.14.0 +ariadne==0.14.1 uvicorn==0.16.0 # ASGI server uvicorn[standard]==0.16.0; python_version > '3.7' # ASGI server extras starlette==0.17.1 From 8434e8412fa45456f3bd00550627092379d3f452 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:33 +0100 Subject: [PATCH 04/24] Update uvicorn from 0.16.0 to 0.17.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9160282c..5a01408f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ hiredis==2.0.0 # improved redis response parsing performance requests==2.27.1 # HTTP request handling pytz==2021.3 ariadne==0.14.1 -uvicorn==0.16.0 # ASGI server +uvicorn==0.17.4 # ASGI server uvicorn[standard]==0.16.0; python_version > '3.7' # ASGI server extras starlette==0.17.1 psutil==5.9.0 # Process management From 80a7fabdbe5b84b0c1a55027f4d9eb74b7fd84c6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:34 +0100 Subject: [PATCH 05/24] Update uvicorn from 0.16.0 to 0.17.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a01408f7..c68cc5dab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ requests==2.27.1 # HTTP request handling pytz==2021.3 ariadne==0.14.1 uvicorn==0.17.4 # ASGI server -uvicorn[standard]==0.16.0; python_version > '3.7' # ASGI server extras +uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras starlette==0.17.1 psutil==5.9.0 # Process management asgiref==3.4.1 # ASGI utilities From 8c382ac0a9475f365de400223f1c519927fd065c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:34 +0100 Subject: [PATCH 06/24] Update starlette from 0.17.1 to 0.18.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c68cc5dab..c81cf6964 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pytz==2021.3 ariadne==0.14.1 uvicorn==0.17.4 # ASGI server uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras -starlette==0.17.1 +starlette==0.18.0 psutil==5.9.0 # Process management asgiref==3.4.1 # ASGI utilities pydantic==1.9.0 # Input validation From 06ba89bdab51c4fa0c04540261b57755d53dfc8f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:34 +0100 Subject: [PATCH 07/24] Update asgiref from 3.4.1 to 3.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c81cf6964..e873e103c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ uvicorn==0.17.4 # ASGI server uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras starlette==0.18.0 psutil==5.9.0 # Process management -asgiref==3.4.1 # ASGI utilities +asgiref==3.5.0 # ASGI utilities pydantic==1.9.0 # Input validation six==1.16.0 # Used in vendored dotteddict From 0ffb0eef125899c9fa60a653b5520d9d063fcd5a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:35 +0100 Subject: [PATCH 08/24] Update alembic from 1.7.5 to 1.7.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e873e103c..755d581df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ six==1.16.0 # Used in vendored dotteddict psycopg2-binary==2.9.3; platform_python_implementation == "CPython" psycopg2cffi==2.9.0; platform_python_implementation == "PyPy" SQLAlchemy==1.3.24 # pyup: <1.4 # https://github.com/irrdnet/irrd/issues/475 -alembic==1.7.5 +alembic==1.7.6 ujson==4.3.0 # pyup: <5 # https://github.com/irrdnet/irrd/issues/604 # Testing and related packages From 0bcd4259d8a831bee3a0b2a400db1b20f350b512 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:35 +0100 Subject: [PATCH 09/24] Update pytest from 6.2.5 to 7.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 755d581df..5469fee0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ alembic==1.7.6 ujson==4.3.0 # pyup: <5 # https://github.com/irrdnet/irrd/issues/604 # Testing and related packages -pytest==6.2.5 +pytest==7.0.1 pytest-cov==3.0.0 pytest-env==0.6.2 coverage==6.2 From 65e7d9a053e7921e39eb0c65b58deb3e5eec9699 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:36 +0100 Subject: [PATCH 10/24] Update coverage from 6.2 to 6.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5469fee0f..3da83e68b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ ujson==4.3.0 # pyup: <5 # https://github.com/irrdnet/irrd/issues/604 pytest==7.0.1 pytest-cov==3.0.0 pytest-env==0.6.2 -coverage==6.2 +coverage==6.3.1 twisted==21.7.0 # Used for a mock email server in integration tests python-graphql-client==0.4.2 From fb8de4973585dae9ba1bae54b908b88b27098f7c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:36 +0100 Subject: [PATCH 11/24] Update twisted from 21.7.0 to 22.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3da83e68b..2bccdb2f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ pytest==7.0.1 pytest-cov==3.0.0 pytest-env==0.6.2 coverage==6.3.1 -twisted==21.7.0 # Used for a mock email server in integration tests +twisted==22.1.0 # Used for a mock email server in integration tests python-graphql-client==0.4.2 # Documentation generation From ef0be04bbba429792532117c3b4783943f145af6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:36 +0100 Subject: [PATCH 12/24] Update sphinx from 4.3.2 to 4.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bccdb2f2..9cf2099ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ twisted==22.1.0 # Used for a mock email server in integration tests python-graphql-client==0.4.2 # Documentation generation -Sphinx==4.3.2 +Sphinx==4.4.0 sphinxcontrib-spelling==7.3.2 sphinx-material==0.0.35 From d70dcfc1759cc3e35bb449a60964798d481b4b66 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Feb 2022 17:54:37 +0100 Subject: [PATCH 13/24] Update twine from 3.7.1 to 3.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9cf2099ce..0f7fb3636 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,4 +55,4 @@ pep8-naming==0.12.1 # Creating python packages setuptools==59.6.0 # pyup: <59.7 # https://github.com/irrdnet/irrd/issues/604 wheel==0.37.1 # also require for installing, #488 -twine==3.7.1 +twine==3.8.0 From 7090242c49c8ed33e987666edbf5cb9e863c72b3 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:04:27 +0100 Subject: [PATCH 14/24] ordered-set down to 4.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f7fb3636..7713493fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ passlib==1.7.4 # Password hashing for CRYPT-PW and MD5-PW bcrypt==3.2.0 # bcrypt support IPy==1.01 # IP address parsing dataclasses==0.8; python_version < '3.7' # PEP 557 dataclasses for python<3.7 -ordered-set==4.1.0 # Ordered sets for simple unique ordered storage +ordered-set==4.0.2 # Ordered sets for simple unique ordered storage beautifultable==0.8.0 # pyup: <1.0.0 PyYAML==6.0 # parsing YAML config files datrie==0.8.2 # efficient route searching, used for RPKI From 8a60990b41fbff0bb798ac75c06f861ac0160d7c Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:06:32 +0100 Subject: [PATCH 15/24] drop uvicorn to 0.17.0 for 3.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7713493fe..7221bf265 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ hiredis==2.0.0 # improved redis response parsing performance requests==2.27.1 # HTTP request handling pytz==2021.3 ariadne==0.14.1 -uvicorn==0.17.4 # ASGI server +uvicorn==0.17.0 # ASGI server uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras starlette==0.18.0 psutil==5.9.0 # Process management From 6c0625a80e90d27e93ff5d5c2fd1607fb662547d Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:06:58 +0100 Subject: [PATCH 16/24] drop uvicorn to 0.17.0 for 3.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7221bf265..054b0c362 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ hiredis==2.0.0 # improved redis response parsing performance requests==2.27.1 # HTTP request handling pytz==2021.3 ariadne==0.14.1 -uvicorn==0.17.0 # ASGI server +uvicorn==0.17.0 # ASGI server # pyup: <0.17.1 # https://github.com/irrdnet/irrd/issues/604 uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras starlette==0.18.0 psutil==5.9.0 # Process management From 52792723f9b4d4663c60fc245942874ca6144f96 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:08:18 +0100 Subject: [PATCH 17/24] drop asgiref to 3.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 054b0c362..309853952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ uvicorn==0.17.0 # ASGI server # pyup: <0.17.1 # https://github.com/irrd uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras starlette==0.18.0 psutil==5.9.0 # Process management -asgiref==3.5.0 # ASGI utilities +asgiref==3.4.1 # ASGI utilities # pyup: <3.5 # https://github.com/irrdnet/irrd/issues/604 pydantic==1.9.0 # Input validation six==1.16.0 # Used in vendored dotteddict From 0aab909677b07253ed71f938e8029d38c1c404f9 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:09:47 +0100 Subject: [PATCH 18/24] drop coverag to 6.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 309853952..65dfe7b41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ ujson==4.3.0 # pyup: <5 # https://github.com/irrdnet/irrd/issues/604 pytest==7.0.1 pytest-cov==3.0.0 pytest-env==0.6.2 -coverage==6.3.1 +coverage==6.2 # pyup: <6.3 # https://github.com/irrdnet/irrd/issues/604 twisted==22.1.0 # Used for a mock email server in integration tests python-graphql-client==0.4.2 From 73bae28aae4e49b564d54817a0c5d2be3bf1c961 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:12:17 +0100 Subject: [PATCH 19/24] fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65dfe7b41..ebb929749 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pytz==2021.3 ariadne==0.14.1 uvicorn==0.17.0 # ASGI server # pyup: <0.17.1 # https://github.com/irrdnet/irrd/issues/604 uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras -starlette==0.18.0 +starlette==0.17.1 # pyup: <0.18 # ariadne conflict psutil==5.9.0 # Process management asgiref==3.4.1 # ASGI utilities # pyup: <3.5 # https://github.com/irrdnet/irrd/issues/604 pydantic==1.9.0 # Input validation From 878d1f6f530df806a3478f1bec49a144af301f8c Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:13:34 +0100 Subject: [PATCH 20/24] fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebb929749..e75cb082d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ requests==2.27.1 # HTTP request handling pytz==2021.3 ariadne==0.14.1 uvicorn==0.17.0 # ASGI server # pyup: <0.17.1 # https://github.com/irrdnet/irrd/issues/604 -uvicorn[standard]==0.17.4; python_version > '3.7' # ASGI server extras +uvicorn[standard]==0.17.0; python_version > '3.7' # pyup: <0.17.1 # ASGI server extras starlette==0.17.1 # pyup: <0.18 # ariadne conflict psutil==5.9.0 # Process management asgiref==3.4.1 # ASGI utilities # pyup: <3.5 # https://github.com/irrdnet/irrd/issues/604 From 66ad72bf26ffe859cfdca96eaf20fb3af3d573c0 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:17:41 +0100 Subject: [PATCH 21/24] fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e75cb082d..8a8b31db9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ twisted==22.1.0 # Used for a mock email server in integration tests python-graphql-client==0.4.2 # Documentation generation -Sphinx==4.4.0 +Sphinx==4.3.2 sphinxcontrib-spelling==7.3.2 sphinx-material==0.0.35 From 9a47acda38a4c5c7f95bb4dbe0ec5b771e5875c0 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:33:37 +0100 Subject: [PATCH 22/24] uvicorn 16 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a8b31db9..ac02ecba7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ hiredis==2.0.0 # improved redis response parsing performance requests==2.27.1 # HTTP request handling pytz==2021.3 ariadne==0.14.1 -uvicorn==0.17.0 # ASGI server # pyup: <0.17.1 # https://github.com/irrdnet/irrd/issues/604 +uvicorn==0.16.0 # ASGI server # pyup: <0.17.1 # https://github.com/irrdnet/irrd/issues/604 uvicorn[standard]==0.17.0; python_version > '3.7' # pyup: <0.17.1 # ASGI server extras starlette==0.17.1 # pyup: <0.18 # ariadne conflict psutil==5.9.0 # Process management From feea3f956d5c3d50cbc790622174b2762001ec0b Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:34:21 +0100 Subject: [PATCH 23/24] uvicorn 16 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ac02ecba7..0593c2c89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,8 +19,8 @@ hiredis==2.0.0 # improved redis response parsing performance requests==2.27.1 # HTTP request handling pytz==2021.3 ariadne==0.14.1 -uvicorn==0.16.0 # ASGI server # pyup: <0.17.1 # https://github.com/irrdnet/irrd/issues/604 -uvicorn[standard]==0.17.0; python_version > '3.7' # pyup: <0.17.1 # ASGI server extras +uvicorn==0.16.0 # ASGI server # pyup: <0.17 # https://github.com/irrdnet/irrd/issues/604 +uvicorn[standard]==0.16.0; python_version > '3.7' # pyup: <0.17 # ASGI server extras starlette==0.17.1 # pyup: <0.18 # ariadne conflict psutil==5.9.0 # Process management asgiref==3.4.1 # ASGI utilities # pyup: <3.5 # https://github.com/irrdnet/irrd/issues/604 From d55bc5a849e7418041f8fffb7295a350f3376bf5 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Feb 2022 20:44:06 +0100 Subject: [PATCH 24/24] setup.py --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 7a6bc533a..58f563892 100755 --- a/setup.py +++ b/setup.py @@ -34,11 +34,11 @@ 'setproctitle==1.2.2', 'python-daemon==2.3.0', 'pid==3.0.4', - 'redis==4.1.0', + 'redis==4.1.3', 'hiredis==2.0.0', 'requests==2.27.1', 'pytz==2021.3', - 'ariadne==0.14.0', + 'ariadne==0.14.1', 'uvicorn==0.16.0', 'starlette==0.17.1', 'psutil==5.9.0', @@ -46,19 +46,19 @@ 'pydantic==1.9.0', 'six==1.16.0', 'SQLAlchemy==1.3.24', - 'alembic==1.7.5', + 'alembic==1.7.6', 'ujson==4.3.0', - 'wheel==0.37.0', + 'wheel==0.37.1', ], extras_require={ ':python_version < "3.7"': [ 'dataclasses==0.8', ], ':python_version > "3.7"': [ - 'uvicorn[standard]==0.15.0', + 'uvicorn[standard]==0.16.0', ], ':platform_python_implementation == "CPython"': [ - 'psycopg2-binary==2.9.2', + 'psycopg2-binary==2.9.3', ], ':platform_python_implementation == "PyPy"': [ 'psycopg2cffi==2.9.0',