From 886413ba68706853ada9956e32ba974135fd4b66 Mon Sep 17 00:00:00 2001 From: Piotr Dyba Date: Wed, 10 Jan 2024 15:04:45 +0100 Subject: [PATCH] Cleanup and requirements updated (#91) Co-authored-by: Piotr Dyba --- lbz/dev/__init__.py | 1 - lbz/dev/misc.py | 0 requirements-deploy.txt | 14 +++++++++++++- version | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 lbz/dev/misc.py diff --git a/lbz/dev/__init__.py b/lbz/dev/__init__.py index b18d17b..9789cd5 100644 --- a/lbz/dev/__init__.py +++ b/lbz/dev/__init__.py @@ -1,3 +1,2 @@ from lbz.dev.server import MyDevServer, MyLambdaDevHandler from lbz.dev.test import Client -from lbz.rest import APIGatewayEvent # backwards compatibility TODO: remove in 0.7.0 diff --git a/lbz/dev/misc.py b/lbz/dev/misc.py deleted file mode 100644 index e69de29..0000000 diff --git a/requirements-deploy.txt b/requirements-deploy.txt index 5e1ada5..b0b9f2f 100644 --- a/requirements-deploy.txt +++ b/requirements-deploy.txt @@ -2,12 +2,16 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile requirements-deploy.in +# pip-compile --allow-unsafe requirements-deploy.in # certifi==2023.11.17 # via requests +cffi==1.16.0 + # via cryptography charset-normalizer==3.3.2 # via requests +cryptography==41.0.7 + # via secretstorage docutils==0.20.1 # via readme-renderer idna==3.6 @@ -18,6 +22,10 @@ importlib-metadata==7.0.1 # twine jaraco-classes==3.3.0 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage keyring==24.3.0 # via twine markdown-it-py==3.0.0 @@ -30,6 +38,8 @@ nh3==0.2.15 # via readme-renderer pkginfo==1.9.6 # via twine +pycparser==2.21 + # via cffi pygments==2.17.2 # via # readme-renderer @@ -46,6 +56,8 @@ rfc3986==2.0.0 # via twine rich==13.7.0 # via twine +secretstorage==3.3.3 + # via keyring twine==4.0.2 # via -r requirements-deploy.in urllib3==2.1.0 diff --git a/version b/version index b616048..844f6a9 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6.2 +0.6.3