Skip to content

Commit 4641e16

Browse files
committed
Update python dependencies and bump minor version
1 parent 7e36ecb commit 4641e16

6 files changed

Lines changed: 813 additions & 636 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
__pycache__
44
venv
55
.idea
6+
*.sw[a-z]
67

78
dist/

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ mypy:
1515

1616
test:
1717
python3 -m pytest ./tests/test_unit.py ./tests/test_lambda_request.py
18+
19+
update-py-deps:
20+
#poetry update
21+
poetry export --without-hashes -o requirements.txt
22+
poetry export --dev --without-hashes -o requirements-dev.txt
23+

poetry.lock

Lines changed: 742 additions & 577 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cdn-proxy"
3-
version = "v0.1.10"
3+
version = "v0.2.0"
44
description = "Take advantage of IP whitelisting of shared CDNs."
55
authors = ["Ryan Gerstenkorn"]
66
license = "BSD-3"

requirements-dev.txt

Lines changed: 48 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,64 @@
1-
astroid==2.8.2; python_version >= "3.6" and python_version < "4.0"
1+
astroid==2.11.5; python_full_version >= "3.6.2"
22
atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"
3-
attrs==21.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
4-
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
5-
boto3-stubs==1.20.24; python_version >= "3.6"
6-
boto3==1.18.57; python_version >= "3.6"
7-
botocore-stubs==1.23.24; python_version >= "3.6"
8-
botocore==1.21.57; python_version >= "3.6"
9-
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
10-
cffi==1.14.6; python_version >= "3.6"
11-
charset-normalizer==2.0.6; python_full_version >= "3.6.0" and python_version >= "3"
3+
attrs==21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
4+
beautifulsoup4==4.11.1; python_full_version >= "3.6.0"
5+
boto3-stubs==1.23.6; python_version >= "3.6"
6+
boto3==1.23.6; python_version >= "3.6"
7+
botocore-stubs==1.26.6; python_version >= "3.6"
8+
botocore==1.26.6; python_version >= "3.6"
9+
certifi==2022.5.18.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
10+
cffi==1.15.0; python_version >= "3.6"
11+
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3"
1212
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
13-
cloudflare==2.8.15
14-
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" and python_version < "4.0" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0" and python_version < "4.0"
15-
cryptography==35.0.0; python_version >= "3.6"
13+
cloudflare==2.9.10
14+
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.6.2"
15+
cryptography==37.0.2; python_version >= "3.6"
1616
dataclasses==0.8; python_version >= "3.6" and python_version < "3.7"
17+
dill==0.3.4; python_full_version >= "3.6.2"
1718
docker==5.0.3; python_version >= "3.6"
18-
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
19-
importlib-metadata==4.8.1; python_version < "3.8" and python_version >= "3.6"
19+
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
20+
importlib-metadata==4.8.3; python_version < "3.8" and python_version >= "3.6"
2021
iniconfig==1.1.1; python_version >= "3.6"
21-
isort==5.9.3; python_full_version >= "3.6.1" and python_version < "4.0" and python_version >= "3.6"
22-
jinja2==3.0.2; python_version >= "3.6"
22+
isort==5.10.1; python_full_version >= "3.6.2" and python_version < "4.0"
23+
jinja2==3.0.3; python_version >= "3.6"
2324
jmespath==0.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
24-
jsonlines==2.0.0; python_version >= "3.6"
25-
lazy-object-proxy==1.6.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
25+
jsonlines==3.0.0; python_version >= "3.6"
26+
lazy-object-proxy==1.7.1; python_version >= "3.6" and python_full_version >= "3.6.2"
2627
markupsafe==2.0.1; python_version >= "3.6"
27-
mccabe==0.6.1; python_version >= "3.6" and python_version < "4.0"
28-
moto==2.2.19
29-
mypy-boto3-cloudfront==1.20.1; python_version >= "3.6"
30-
mypy-boto3-iam==1.20.1; python_version >= "3.6"
31-
mypy-boto3-lambda==1.20.13; python_version >= "3.6"
28+
mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.6.2"
29+
moto==2.3.2
30+
mypy-boto3-cloudfront==1.23.1; python_version >= "3.6"
31+
mypy-boto3-iam==1.23.0.post1; python_version >= "3.6"
32+
mypy-boto3-lambda==1.23.0.post1; python_version >= "3.6"
3233
mypy-extensions==0.4.3; python_version >= "3.5"
3334
mypy==0.910; python_version >= "3.5"
34-
packaging==21.0; python_version >= "3.6"
35-
platformdirs==2.4.0; python_version >= "3.6" and python_version < "4.0"
35+
packaging==21.3; python_version >= "3.6"
36+
platformdirs==2.4.0; python_version >= "3.6" and python_full_version >= "3.6.2"
3637
pluggy==1.0.0; python_version >= "3.6"
37-
py==1.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
38-
pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
39-
pylint==2.11.1; python_version >= "3.6" and python_version < "4.0"
40-
pyparsing==2.4.7; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
38+
py==1.11.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
39+
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
40+
pylint==2.13.9; python_full_version >= "3.6.2"
41+
pyparsing==3.0.7; python_version >= "3.6"
4142
pytest==6.2.5; python_version >= "3.6"
4243
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
43-
pytz==2021.3
44+
pytz==2022.1
4445
pywin32==227; sys_platform == "win32" and python_version >= "3.6"
45-
pyyaml==5.4.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
46-
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
47-
responses==0.14.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
48-
s3transfer==0.5.0; python_version >= "3.6"
46+
pyyaml==6.0; python_version >= "3.6"
47+
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
48+
responses==0.17.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
49+
s3transfer==0.5.2; python_version >= "3.6"
4950
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
50-
soupsieve==2.2.1; python_version >= "3.6" and python_full_version > "3.0.0"
51-
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.3.0" and python_version >= "3.6" and python_version < "4.0"
52-
typed-ast==1.4.3; python_version < "3.8" and python_version >= "3.6" and implementation_name == "cpython"
51+
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
52+
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
53+
tomli==1.2.3; python_version < "3.11" and python_full_version >= "3.6.2" and python_version >= "3.6"
54+
typed-ast==1.4.3; python_version < "3.8" and python_version >= "3.5" and implementation_name == "cpython" and python_full_version >= "3.6.2"
5355
typer==0.3.2; python_version >= "3.6"
54-
types-requests==2.25.9
55-
typing-extensions==3.10.0.2
56-
urllib3==1.26.7; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")
57-
websocket-client==1.2.1; python_version >= "3.6"
58-
werkzeug==2.0.2; python_version >= "3.6"
59-
wrapt==1.12.1; python_version >= "3.6" and python_version < "4.0"
60-
xmltodict==0.12.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
56+
types-requests==2.27.27
57+
types-urllib3==1.26.14
58+
typing-extensions==4.1.1
59+
urllib3==1.26.9; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")
60+
websocket-client==1.3.1; python_version >= "3.6"
61+
werkzeug==2.0.3; python_version >= "3.6"
62+
wrapt==1.14.1; python_full_version >= "3.6.2"
63+
xmltodict==0.13.0; python_version >= "3.4"
6164
zipp==3.6.0; python_version < "3.8" and python_version >= "3.6"

requirements.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
2-
boto3==1.18.57; python_version >= "3.6"
3-
botocore==1.21.57; python_version >= "3.6"
4-
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
5-
charset-normalizer==2.0.6; python_full_version >= "3.6.0" and python_version >= "3"
1+
attrs==21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
2+
beautifulsoup4==4.11.1; python_full_version >= "3.6.0"
3+
boto3==1.23.6; python_version >= "3.6"
4+
botocore==1.26.6; python_version >= "3.6"
5+
certifi==2022.5.18.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
6+
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3"
67
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
7-
cloudflare==2.8.15
8-
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
8+
cloudflare==2.9.10
9+
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
910
jmespath==0.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
10-
jsonlines==2.0.0; python_version >= "3.6"
11+
jsonlines==3.0.0; python_version >= "3.6"
1112
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
12-
pyyaml==5.4.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
13-
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
14-
s3transfer==0.5.0; python_version >= "3.6"
13+
pyyaml==6.0; python_version >= "3.6"
14+
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
15+
s3transfer==0.5.2; python_version >= "3.6"
1516
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
16-
soupsieve==2.2.1; python_version >= "3.6" and python_full_version > "3.0.0"
17+
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
1718
typer==0.3.2; python_version >= "3.6"
18-
urllib3==1.26.7; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")
19+
typing-extensions==4.1.1; python_version < "3.8" and python_version >= "3.6"
20+
urllib3==1.26.9; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")

0 commit comments

Comments
 (0)