From acc406b6356c3107fd4a9bd89622882cf263f335 Mon Sep 17 00:00:00 2001 From: Stuart Campbell Date: Mon, 4 Dec 2023 15:50:53 +0000 Subject: [PATCH] Upgrade packages --- requirements-dev.txt | 44 ++++++++++++++++++++------------------------ requirements.txt | 38 +++++++++++++++++++------------------- 2 files changed, 39 insertions(+), 43 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d51df3b9..a1eee6e0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile requirements-dev.in # -aiohttp==3.8.6 +aiohttp==3.9.1 # via textual-dev aiosignal==1.3.1 # via aiohttp @@ -14,18 +14,14 @@ anyio==3.7.1 # via asyncer asttokens==2.4.1 # via stack-data -async-timeout==4.0.3 - # via aiohttp asyncer==0.0.2 # via -r requirements-dev.in attrs==23.1.0 # via aiohttp -black==23.10.1 +black==23.11.0 # via -r requirements-dev.in bunnet==1.2.0 # via -r requirements-dev.in -charset-normalizer==3.3.2 - # via aiohttp click==8.1.7 # via # black @@ -40,21 +36,21 @@ dnspython==2.4.2 # via pymongo executing==2.0.1 # via stack-data -faker==19.13.0 +faker==20.1.0 # via -r requirements-dev.in frozenlist==1.4.0 # via # aiohttp # aiosignal -idna==3.4 +idna==3.6 # via # anyio # yarl -importlib-metadata==6.8.0 +importlib-metadata==7.0.0 # via textual iniconfig==2.0.0 # via pytest -ipython==8.17.2 +ipython==8.18.1 # via -r requirements-dev.in jedi==0.19.1 # via ipython @@ -90,37 +86,37 @@ parso==0.8.3 # via jedi pathspec==0.11.2 # via black -pexpect==4.8.0 +pexpect==4.9.0 # via ipython -platformdirs==3.11.0 +platformdirs==4.1.0 # via black pluggy==1.3.0 # via pytest -prompt-toolkit==3.0.39 +prompt-toolkit==3.0.41 # via ipython ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pydantic==2.4.2 +pydantic==2.5.2 # via # bunnet # lazy-model -pydantic-core==2.10.1 +pydantic-core==2.14.5 # via pydantic -pygments==2.16.1 +pygments==2.17.2 # via # ipython # rich -pymongo==4.6.0 +pymongo==4.6.1 # via bunnet pytest==7.4.3 # via -r requirements-dev.in python-dateutil==2.8.2 # via faker -rich==13.6.0 +rich==13.7.0 # via textual -ruff==0.1.4 +ruff==0.1.6 # via -r requirements-dev.in shellingham==1.4.0 # via typer-cli @@ -132,13 +128,13 @@ sniffio==1.3.0 # via anyio stack-data==0.6.3 # via ipython -textual==0.41.0 +textual==0.44.1 # via textual-dev textual-dev==1.2.1 # via -r requirements-dev.in toml==0.10.2 # via bunnet -traitlets==5.13.0 +traitlets==5.14.0 # via # ipython # matplotlib-inline @@ -154,9 +150,9 @@ typing-extensions==4.8.0 # textual-dev uc-micro-py==1.0.2 # via linkify-it-py -wcwidth==0.2.9 +wcwidth==0.2.12 # via prompt-toolkit -yarl==1.9.2 +yarl==1.9.3 # via aiohttp zipp==3.17.0 # via importlib-metadata diff --git a/requirements.txt b/requirements.txt index c03f654c..f0be429f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile requirements.in @@ -19,13 +19,13 @@ argon2-cffi-bindings==21.2.0 # via argon2-cffi async-timeout==4.0.3 # via httpx-socks -beanie==1.23.1 +beanie==1.23.6 # via -r requirements.in blinker==1.7.0 # via flask brotli==1.1.0 # via geventhttpclient -certifi==2023.7.22 +certifi==2023.11.17 # via # geventhttpclient # httpcore @@ -74,22 +74,22 @@ h11==0.14.0 # via # httpcore # uvicorn -httpcore==1.0.1 +httpcore==1.0.2 # via # httpx # httpx-socks -httpx==0.25.1 +httpx==0.25.2 # via # -r requirements.in # httpx-socks httpx-socks[asyncio]==0.8.0 # via -r requirements.in -idna==3.4 +idna==3.6 # via # anyio # httpx # requests -importlib-metadata==6.8.0 +importlib-metadata==7.0.0 # via textual itsdangerous==2.1.2 # via flask @@ -106,7 +106,7 @@ ldap3==2.9.1 # via n2snusertools linkify-it-py==2.0.2 # via markdown-it-py -locust==2.18.1 +locust==2.19.1 # via -r requirements.in markdown-it-py[linkify,plugins]==3.0.0 # via @@ -121,7 +121,7 @@ mdit-py-plugins==0.4.0 # via markdown-it-py mdurl==0.1.2 # via markdown-it-py -motor==3.3.1 +motor==3.3.2 # via beanie msgpack==1.0.7 # via locust @@ -135,24 +135,24 @@ prettytable==3.9.0 # via n2snusertools psutil==5.9.6 # via locust -pyasn1==0.5.0 +pyasn1==0.5.1 # via ldap3 pycparser==2.21 # via cffi -pydantic==2.4.2 +pydantic==2.5.2 # via # -r requirements.in # beanie # fastapi # lazy-model # pydantic-settings -pydantic-core==2.10.1 +pydantic-core==2.14.5 # via pydantic -pydantic-settings==2.0.3 +pydantic-settings==2.1.0 # via -r requirements.in -pygments==2.16.1 +pygments==2.17.2 # via rich -pymongo==4.6.0 +pymongo==4.6.1 # via motor python-dotenv==1.0.0 # via pydantic-settings @@ -166,7 +166,7 @@ pyzmq==25.1.1 # via locust requests==2.31.0 # via locust -rich==13.6.0 +rich==13.7.0 # via # -r requirements.in # textual @@ -180,7 +180,7 @@ sniffio==1.3.0 # httpx starlette==0.27.0 # via fastapi -textual==0.41.0 +textual==0.44.1 # via -r requirements.in toml==0.10.2 # via beanie @@ -195,13 +195,13 @@ typing-extensions==4.8.0 # typer uc-micro-py==1.0.2 # via linkify-it-py -urllib3==2.0.7 +urllib3==2.1.0 # via requests uuid==1.30 # via -r requirements.in uvicorn==0.24.0.post1 # via -r requirements.in -wcwidth==0.2.9 +wcwidth==0.2.12 # via prettytable werkzeug==3.0.1 # via