Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .riot/requirements/16af7e0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ certifi==2024.7.4
charset-normalizer==3.3.2
coverage[toml]==7.5.4
datadog==0.49.1
datadog-lambda==6.96.0
datadog-lambda==6.105.0
ddsketch==3.0.1
ddtrace==2.9.2
deprecated==1.2.14
Expand Down
49 changes: 0 additions & 49 deletions .riot/requirements/1aaf6f6.txt

This file was deleted.

2 changes: 1 addition & 1 deletion .riot/requirements/1fa807e.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ certifi==2024.7.4
charset-normalizer==3.3.2
coverage[toml]==7.5.4
datadog==0.49.1
datadog-lambda==6.96.0
datadog-lambda==6.105.0
ddsketch==3.0.1
ddtrace==2.9.2
deprecated==1.2.14
Expand Down
47 changes: 47 additions & 0 deletions .riot/requirements/6824c99.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/6824c99.in
#
attrs==25.1.0
boto3==1.36.10
botocore==1.36.10
bytecode==0.16.1
certifi==2024.12.14
charset-normalizer==3.4.1
coverage[toml]==7.6.1
datadog==0.51.0
datadog-lambda==6.105.0
ddtrace==2.20.0
deprecated==1.2.18
envier==0.5.2
exceptiongroup==1.2.2
hypothesis==6.45.0
idna==3.10
importlib-metadata==8.5.0
iniconfig==2.0.0
jmespath==1.0.1
mock==5.1.0
opentelemetry-api==1.29.0
opentracing==2.4.0
packaging==24.2
pluggy==1.5.0
protobuf==5.29.3
pytest==8.3.4
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-dateutil==2.9.0.post0
requests==2.32.3
s3transfer==0.11.2
six==1.17.0
sortedcontainers==2.4.0
tomli==2.2.1
typing-extensions==4.12.2
ujson==5.10.0
urllib3==1.26.20
wrapt==1.17.2
xmltodict==0.14.2
zipp==3.20.2
47 changes: 47 additions & 0 deletions .riot/requirements/bc071f4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/bc071f4.in
#
attrs==25.1.0
boto3==1.36.10
botocore==1.36.10
bytecode==0.16.1
certifi==2024.12.14
charset-normalizer==3.4.1
coverage[toml]==7.6.10
datadog==0.51.0
datadog-lambda==6.105.0
ddtrace==2.20.0
deprecated==1.2.18
envier==0.5.2
exceptiongroup==1.2.2
hypothesis==6.45.0
idna==3.10
importlib-metadata==8.5.0
iniconfig==2.0.0
jmespath==1.0.1
mock==5.1.0
opentelemetry-api==1.29.0
opentracing==2.4.0
packaging==24.2
pluggy==1.5.0
protobuf==5.29.3
pytest==8.3.4
pytest-asyncio==0.21.1
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.16.0
python-dateutil==2.9.0.post0
requests==2.32.3
s3transfer==0.11.2
six==1.17.0
sortedcontainers==2.4.0
tomli==2.2.1
typing-extensions==4.12.2
ujson==5.10.0
urllib3==1.26.20
wrapt==1.17.2
xmltodict==0.14.2
zipp==3.21.0
49 changes: 0 additions & 49 deletions .riot/requirements/dd525d9.txt

This file was deleted.

48 changes: 0 additions & 48 deletions .riot/requirements/e39f833.txt

This file was deleted.

48 changes: 0 additions & 48 deletions .riot/requirements/edb39c1.txt

This file was deleted.

2 changes: 1 addition & 1 deletion lib-injection/sources/min_compatible_versions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ coverage,0
cryptography,<39
daphne,0
databases,0
datadog-lambda,>=4.66.0
datadog-lambda,>=6.105.0
django,>=2.2
django-pylibmc,>=0.6
django-q,0
Expand Down
2 changes: 1 addition & 1 deletion min_compatible_versions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ coverage,0
cryptography,<39
daphne,0
databases,0
datadog-lambda,>=4.66.0
datadog-lambda,>=6.105.0
django,>=2.2
django-pylibmc,>=0.6
django-q,0
Expand Down
4 changes: 2 additions & 2 deletions riotfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2857,10 +2857,10 @@ def select_pys(min_version: str = MIN_PYTHON_VERSION, max_version: str = MAX_PYT
Venv(
name="aws_lambda",
command="pytest --no-ddtrace {cmdargs} tests/contrib/aws_lambda",
pys=select_pys(min_version="3.7", max_version="3.9"),
pys=select_pys(min_version="3.8", max_version="3.9"),
pkgs={
"boto3": latest,
"datadog-lambda": [">=4.66.0", latest],
"datadog-lambda": [">=6.105.0", latest],
"pytest-asyncio": "==0.21.1",
"pytest-randomly": latest,
"envier": "==0.5.2",
Expand Down
Loading