Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
14 changes: 7 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
pylint==3.3.4
pylint==3.3.9
httpretty==1.1.4
mocket==3.14.1
pyright==1.1.405
mocket==3.14.3
pyright==1.1.411
sphinx==8.1.3
sphinx-rtd-theme==3.1.0
sphinx-autodoc-typehints==1.25.2
sphinx-autodoc-typehints==1.25.3
pytest==9.0.3
pytest-cov==4.1.0
readme-renderer==42.0
markupsafe==2.1.3
markupsafe==2.1.5
bleach==6.4.0 # This dependency was updated to a breaking version.
codespell==2.1.0
requests==2.32.3
ruamel.yaml==0.17.21
asgiref==3.7.2
psutil==7.2.2
GitPython==3.1.58
GitPython==3.1.59
pre-commit==3.7.0
ruff==0.16.0
ruff==0.16.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
iniconfig==2.3.0
mocket==3.14.1
mocket==3.14.3
packaging==26.2
pluggy==1.6.0
pytest==9.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ iniconfig==2.3.0
# via
# -r exporter/opentelemetry-exporter-http-transport/test-requirements.in
# pytest
mocket==3.14.1
mocket==3.14.3
# via -r exporter/opentelemetry-exporter-http-transport/test-requirements.in
packaging==26.2
# via
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ iniconfig==2.3.0
# via
# -r exporter/opentelemetry-exporter-http-transport/test-requirements.in
# pytest
mocket==3.14.1
mocket==3.14.3
# via -r exporter/opentelemetry-exporter-http-transport/test-requirements.in
packaging==26.2
# via
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
iniconfig==2.3.0
mocket==3.14.1
mocket==3.14.3
packaging==26.2
pluggy==1.6.0
pytest==9.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ iniconfig==2.3.0
# via
# -r exporter/opentelemetry-exporter-otlp-common/test-requirements.in
# pytest
mocket==3.14.1
mocket==3.14.3
# via -r exporter/opentelemetry-exporter-otlp-common/test-requirements.in
packaging==26.2
# via
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ iniconfig==2.3.0
# via
# -r exporter/opentelemetry-exporter-otlp-common/test-requirements.in
# pytest
mocket==3.14.1
mocket==3.14.3
# via -r exporter/opentelemetry-exporter-otlp-common/test-requirements.in
packaging==26.2
# via
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ decorator==5.2.1
h11==0.16.0
importlib-metadata==6.11.0
iniconfig==2.0.0
mocket==3.14.1
mocket==3.14.3
packaging==24.0
pluggy==1.6.0
puremagic==1.30 ; python_full_version < '3.12'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
asgiref==3.7.2
certifi==2024.12.14
charset-normalizer==3.3.2
googleapis-common-protos==1.75.0
googleapis-common-protos==1.75.1
idna==3.15
iniconfig==2.0.0
mocket==3.14.1
mocket==3.14.3
packaging==24.0
pluggy==1.6.0
protobuf==7.35.0
py-cpuinfo==9.0.0
pytest==9.0.3
PyYAML==6.0.1
PyYAML==6.0.3
requests==2.32.3
responses==0.24.1
tomli==2.0.1
Expand Down
4 changes: 2 additions & 2 deletions shim/opentelemetry-opencensus-shim/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ googleapis-common-protos==1.63.2
grpcio==1.75.1
idna==3.15
iniconfig==2.0.0
opencensus==0.11.1
opencensus==0.11.4
opencensus-context==0.1.3
opencensus-proto==0.1.0
packaging==24.0
Expand All @@ -19,7 +19,7 @@ pyasn1==0.6.4
pyasn1-modules==0.4.2
pytest==9.0.3
requests==2.32.3
rsa==4.9
rsa==4.9.1
six==1.16.0
tomli==2.0.1
typing_extensions==4.12.0
Expand Down
Loading