Skip to content

Commit

Permalink
Upate deps (#930)
Browse files Browse the repository at this point in the history
* Upate deps

* Fix protobuf types
  • Loading branch information
michaelboulton committed Apr 27, 2024
1 parent 3ad981e commit a78f276
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 242 deletions.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ repos:
hooks:
- id: mypy
additional_dependencies:
[types-requests, types-protobuf, types-PyYAML, mypy-extensions]
- types-requests
- "types-protobuf>=4,<5"
- types-PyYAML
- mypy-extensions
exclude: tests

exclude: (docs/|example/)
55 changes: 28 additions & 27 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# uv pip compile --all-extras pyproject.toml --output-file constraints.txt
alabaster==0.7.16
# via sphinx
allure-pytest==2.13.4
allure-python-commons==2.13.4
allure-pytest==2.13.5
allure-python-commons==2.13.5
# via allure-pytest
attrs==23.2.0
# via
Expand Down Expand Up @@ -34,7 +34,7 @@ colorama==0.4.6
colorlog==6.8.2
commonmark==0.9.1
# via recommonmark
coverage==7.4.4
coverage==7.5.0
# via pytest-cov
distlib==0.3.8
# via virtualenv
Expand All @@ -46,23 +46,23 @@ docutils==0.20.1
# recommonmark
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
execnet==2.0.2
execnet==2.1.1
# via pytest-xdist
faker==24.4.0
filelock==3.13.3
faker==24.14.0
filelock==3.13.4
# via
# tox
# virtualenv
flask==3.0.2
flask==3.0.3
flit==3.9.0
flit-core==3.9.0
# via flit
fluent-logger==0.11.0
google-api-core==2.18.0
# via google-api-python-client
google-api-python-client==2.123.0
google-api-python-client==2.127.0
google-auth==2.29.0
# via
# google-api-core
Expand All @@ -75,26 +75,26 @@ googleapis-common-protos==1.63.0
# google-api-core
# grpcio-status
grpc-interceptor==0.15.4
grpcio==1.62.1
grpcio==1.62.2
# via
# grpc-interceptor
# grpcio-reflection
# grpcio-status
grpcio-reflection==1.62.1
grpcio-status==1.62.1
grpcio-reflection==1.62.2
grpcio-status==1.62.2
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
itsdangerous==2.2.0
# via flask
jinja2==3.1.3
# via
Expand Down Expand Up @@ -123,11 +123,11 @@ packaging==24.0
paho-mqtt==1.6.1
pbr==6.0.0
# via stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# allure-python-commons
# pytest
Expand Down Expand Up @@ -172,7 +172,7 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.1
# via pre-commit
recommonmark==0.7.1
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -191,14 +191,14 @@ ruamel-yaml==0.18.6
# via pykwalify
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.3.4
setuptools==69.2.0
ruff==0.4.2
setuptools==69.5.1
# via nodeenv
six==1.16.0
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# recommonmark
# sphinx-rtd-theme
Expand All @@ -225,24 +225,25 @@ tomli==2.0.1
# coverage
# pyproject-api
# pytest
# sphinx
# tox
tomli-w==1.0.0
# via flit
tox==4.14.2
types-protobuf==4.24.0.20240311
tox==4.15.0
types-protobuf==4.25.0.20240417
types-pyyaml==6.0.12.20240311
types-requests==2.31.0.20240311
types-requests==2.31.0.20240406
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.1
# via
# requests
# types-requests
uv==0.1.24
virtualenv==20.25.1
uv==0.1.39
virtualenv==20.26.0
# via
# pre-commit
# tox
werkzeug==3.0.1
werkzeug==3.0.2
# via flask
wheel==0.43.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dev = [
"ruff>=0.3.4",
"uv",
"types-PyYAML",
"types-protobuf",
"types-protobuf>=4,<5",
"types-requests",
"sphinx>=7,<8",
"sphinx_rtd_theme",
Expand Down
Loading

0 comments on commit a78f276

Please sign in to comment.