Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump structlog from 21.5.0 to 23.3.0 in /requirements #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
12 changes: 10 additions & 2 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ eth-account==0.7.0
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements-dev.txt
# eth-hash
# eth-utils
# web3
eth-keyfile==0.6.0
Expand Down Expand Up @@ -283,6 +284,7 @@ idna==2.8
importlib-metadata==5.0.0
# via
# -r requirements-dev.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand Down Expand Up @@ -342,7 +344,9 @@ marshmallow==3.18.0
# marshmallow-enum
# marshmallow-polyfield
marshmallow-dataclass[union]==8.5.9
# via -r requirements-dev.txt
# via
# -r requirements-dev.txt
# marshmallow-dataclass
marshmallow-enum==1.5.1
# via -r requirements-dev.txt
marshmallow-polyfield==5.10
Expand Down Expand Up @@ -649,7 +653,7 @@ stack-data==0.2.0
# via
# -r requirements-dev.txt
# ipython
structlog==21.5.0
structlog==23.3.0
# via -r requirements-dev.txt
toml==0.10.2
# via
Expand Down Expand Up @@ -682,6 +686,7 @@ twisted[tls]==21.2.0
# -r requirements-dev.txt
# matrix-synapse
# treq
# twisted
typeguard==2.11.1
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -726,8 +731,11 @@ typing-extensions==4.4.0
# via
# -r requirements-dev.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down
11 changes: 9 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ eth-account==0.7.0
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements.txt
# eth-hash
# eth-utils
# web3
eth-keyfile==0.6.0
Expand Down Expand Up @@ -250,6 +251,7 @@ importlib-metadata==5.0.0
# via
# -r requirements-dev.in
# -r requirements.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand Down Expand Up @@ -300,7 +302,9 @@ marshmallow==3.18.0
# marshmallow-enum
# marshmallow-polyfield
marshmallow-dataclass[union]==8.5.9
# via -r requirements.txt
# via
# -r requirements.txt
# marshmallow-dataclass
marshmallow-enum==1.5.1
# via -r requirements.txt
marshmallow-polyfield==5.10
Expand Down Expand Up @@ -549,7 +553,7 @@ sortedcontainers==2.1.0
# matrix-synapse
stack-data==0.2.0
# via ipython
structlog==21.5.0
structlog==23.3.0
# via -r requirements.txt
toml==0.10.2
# via
Expand Down Expand Up @@ -611,8 +615,11 @@ typing-extensions==4.4.0
# via
# -r requirements.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ eth-account==0.7.0
# via web3
eth-hash[pycryptodome]==0.3.3
# via
# eth-hash
# eth-utils
# web3
eth-keyfile==0.6.0
Expand Down Expand Up @@ -225,7 +226,7 @@ six==1.16.0
# multiaddr
# parsimonious
# pyrsistent
structlog==21.5.0
structlog==23.3.0
# via -r requirements.in
toml==0.10.2
# via -r requirements.in
Expand Down
Loading