mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 06:03:21 +08:00
requirements: bump pytest to 7.4.4 (#2587)
This commit is contained in:

committed by
GitHub

parent
5b841282ab
commit
bc4b0493b9
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
cramjam==2.8.1
|
||||
@ -7,12 +6,11 @@ Deprecated==1.2.14
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
protobuf==4.25.3
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-snappy==0.7.1
|
||||
requests==2.31.0
|
||||
|
@ -1,17 +1,15 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
flaky==3.7.0
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.17.2
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
rich==13.7.1
|
||||
tomli==2.0.1
|
||||
|
@ -1,18 +1,16 @@
|
||||
aio-pika==7.2.0
|
||||
aiormq==6.2.3
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
multidict==6.0.5
|
||||
packaging==23.2
|
||||
packaging==24.0
|
||||
pamqp==3.1.0
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,18 +1,16 @@
|
||||
aio-pika==8.3.0
|
||||
aiormq==6.6.4
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
multidict==6.0.5
|
||||
packaging==23.2
|
||||
packaging==24.0
|
||||
pamqp==3.2.1
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,18 +1,16 @@
|
||||
aio-pika==9.0.5
|
||||
aiormq==6.7.1
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
multidict==6.0.5
|
||||
packaging==23.2
|
||||
packaging==24.0
|
||||
pamqp==3.2.1
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,18 +1,16 @@
|
||||
aio-pika==9.4.1
|
||||
aiormq==6.8.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
multidict==6.0.5
|
||||
packaging==23.2
|
||||
packaging==24.0
|
||||
pamqp==3.3.0
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -2,7 +2,6 @@ aiohttp==3.9.3
|
||||
aiosignal==1.3.1
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
attrs==23.2.0
|
||||
blinker==1.7.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
@ -18,11 +17,10 @@ itsdangerous==2.1.2
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.5
|
||||
multidict==6.0.5
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
|
@ -2,18 +2,16 @@ aiohttp==3.9.3
|
||||
aiosignal==1.3.1
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
frozenlist==1.4.1
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
multidict==6.0.5
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-aiohttp==1.0.5
|
||||
pytest-asyncio==0.23.5
|
||||
pytest-benchmark==4.0.0
|
||||
|
@ -1,17 +1,15 @@
|
||||
aiopg==1.4.0
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
install==1.3.5
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
psycopg2-binary==2.9.9
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-asyncio==0.23.5
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
asyncpg==0.29.0
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
boto==2.49.0
|
||||
boto3==1.34.44
|
||||
botocore==1.34.44
|
||||
@ -16,12 +15,11 @@ Jinja2==3.1.4
|
||||
jmespath==1.0.1
|
||||
MarkupSafe==2.1.5
|
||||
moto==2.3.2
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pycparser==2.21
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
pytz==2024.1
|
||||
|
@ -1,16 +1,14 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
boto3==1.34.44
|
||||
botocore==1.34.44
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
jmespath==1.0.1
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
s3transfer==0.10.0
|
||||
|
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
aws-xray-sdk==2.12.1
|
||||
boto3==1.28.80
|
||||
botocore==1.31.80
|
||||
@ -16,12 +15,11 @@ Jinja2==3.1.4
|
||||
jmespath==1.0.1
|
||||
MarkupSafe==2.0.1
|
||||
moto==3.1.19
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pycparser==2.21
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
pytz==2024.1
|
||||
|
@ -1,16 +1,14 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
cassandra-driver==3.29.0
|
||||
click==8.1.7
|
||||
Deprecated==1.2.14
|
||||
geomet==0.2.1.post1
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
PyYAML==6.0.1
|
||||
scylla-driver==3.26.6
|
||||
|
@ -1,6 +1,5 @@
|
||||
amqp==5.2.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
backports.zoneinfo==0.2.1
|
||||
billiard==4.2.0
|
||||
celery==5.3.6
|
||||
@ -12,12 +11,11 @@ Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
kombu==5.3.5
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
prompt-toolkit==3.0.43
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
six==1.16.0
|
||||
|
@ -1,6 +1,5 @@
|
||||
amqp==5.2.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
billiard==4.2.0
|
||||
celery==5.3.6
|
||||
click==8.1.7
|
||||
@ -11,12 +10,11 @@ Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
kombu==5.3.5
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
prompt-toolkit==3.0.43
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
six==1.16.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
confluent-kafka==2.3.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
Django==2.2.28
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
pytz==2024.1
|
||||
sqlparse==0.4.4
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
Django==3.2.25
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
pytz==2024.1
|
||||
sqlparse==0.4.4
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
backports.zoneinfo==0.2.1
|
||||
Deprecated==1.2.14
|
||||
Django==4.2.11
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
sqlparse==0.4.4
|
||||
tomli==2.0.1
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
Django==4.2.11
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
sqlparse==0.4.4
|
||||
tomli==2.0.1
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
elasticsearch==6.8.2
|
||||
elasticsearch-dsl==6.4.0
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
six==1.16.0
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
elasticsearch==7.17.9
|
||||
elasticsearch-dsl==7.4.1
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
six==1.16.0
|
||||
|
@ -1,16 +1,14 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
elasticsearch==8.13.1
|
||||
elasticsearch-dsl==8.13.1
|
||||
elastic-transport==8.13.0
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
six==1.16.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
falcon==1.4.1
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-mimeparse==1.6.0
|
||||
six==1.16.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
falcon==2.0.0
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
falcon==3.1.1
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,7 +1,6 @@
|
||||
annotated-types==0.6.0
|
||||
anyio==4.3.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
Deprecated==1.2.14
|
||||
@ -13,13 +12,12 @@ httpx==0.27.0
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pydantic==2.6.2
|
||||
pydantic_core==2.16.3
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
requests==2.31.0
|
||||
sniffio==1.3.0
|
||||
|
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
click==8.1.7
|
||||
Deprecated==1.2.14
|
||||
Flask==2.1.3
|
||||
@ -8,11 +7,10 @@ iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.2
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
click==8.1.7
|
||||
Deprecated==1.2.14
|
||||
Flask==2.2.0
|
||||
@ -8,11 +7,10 @@ iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.2
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
blinker==1.7.0
|
||||
click==8.1.7
|
||||
Deprecated==1.2.14
|
||||
@ -9,11 +8,10 @@ iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.2
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
grpcio==1.62.0
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
protobuf==3.20.3
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,6 +1,5 @@
|
||||
anyio==3.7.1
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
certifi==2024.2.2
|
||||
Deprecated==1.2.14
|
||||
exceptiongroup==1.2.0
|
||||
@ -10,11 +9,10 @@ httpx==0.18.2
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
respx==0.17.1
|
||||
rfc3986==1.5.0
|
||||
|
@ -1,6 +1,5 @@
|
||||
anyio==4.3.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
certifi==2024.2.2
|
||||
Deprecated==1.2.14
|
||||
exceptiongroup==1.2.0
|
||||
@ -10,11 +9,10 @@ httpx==0.27.0
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
respx==0.20.2
|
||||
sniffio==1.3.1
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.0.1
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
kafka-python==2.0.2
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
mysql-connector-python==8.3.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
mysqlclient==2.2.4
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
packaging==24.0
|
||||
pika==0.13.1
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
packaging==24.0
|
||||
pika==1.3.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
backports.zoneinfo==0.2.1
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
psycopg==3.1.18
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
psycopg==3.1.18
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
psycopg2==2.9.9
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pymemcache==1.3.5
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pymemcache==2.2.2
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pymemcache==3.4.1
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pymemcache==3.4.2
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pymemcache==4.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
dnspython==2.6.1
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pymongo==4.6.3
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
PyMySQL==1.1.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,18 +1,16 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
hupper==1.12.1
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
packaging==24.0
|
||||
PasteDeploy==3.1.0
|
||||
plaster==1.1.2
|
||||
plaster-pastedeploy==1.0.1
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pyramid==2.0.2
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
translationstring==1.4
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
redis==5.0.1
|
||||
tomli==2.0.1
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
prometheus_client==0.20.0
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
python-dateutil==2.8.2
|
||||
pytz==2024.1
|
||||
|
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
Deprecated==1.2.14
|
||||
@ -7,11 +6,10 @@ httpretty==1.1.4
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,15 +1,13 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
joblib==1.3.2
|
||||
numpy==1.24.4
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
scikit-learn==0.24.2
|
||||
scipy==1.10.1
|
||||
|
@ -1,16 +1,14 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
cffi==1.15.1
|
||||
Deprecated==1.2.14
|
||||
greenlet==0.4.13
|
||||
hpy==0.0.4.dev179+g9b5d200
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
readline==6.2.4.1
|
||||
SQLAlchemy==1.1.18
|
||||
|
@ -1,15 +1,13 @@
|
||||
aiosqlite==0.20.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
greenlet==3.0.3
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
SQLAlchemy==1.4.51
|
||||
tomli==2.0.1
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,6 +1,5 @@
|
||||
anyio==4.3.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
Deprecated==1.2.14
|
||||
@ -11,11 +10,10 @@ httpx==0.27.0
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
requests==2.31.0
|
||||
sniffio==1.3.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
psutil==5.9.8
|
||||
py==1.11.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,5 +1,4 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
blinker==1.7.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
@ -13,11 +12,10 @@ iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.5
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,19 +1,17 @@
|
||||
aiosqlite==0.17.0
|
||||
annotated-types==0.6.0
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
iso8601==1.1.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pydantic==2.6.2
|
||||
pydantic_core==2.16.3
|
||||
pypika-tortoise==0.1.6
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
pytz==2024.1
|
||||
tomli==2.0.1
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
httpretty==1.1.4
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
httpretty==1.1.4
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,14 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
httpretty==1.1.4
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,16 +1,14 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
Deprecated==1.2.14
|
||||
idna==3.6
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
@ -1,13 +1,11 @@
|
||||
asgiref==3.7.2
|
||||
attrs==23.2.0
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==23.2
|
||||
pluggy==1.4.0
|
||||
py==1.11.0
|
||||
packaging==24.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-benchmark==4.0.0
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.10.0
|
||||
|
Reference in New Issue
Block a user