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

chore(🦾): bump python lazy-object-proxy 1.9.0 -> 1.10.0 #28533

Merged
merged 2 commits into from
May 24, 2024
Merged
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
8 changes: 7 additions & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ astroid==3.1.0
# via pylint
asttokens==2.2.1
# via stack-data
async-timeout==4.0.3
# via redis
backcall==0.2.0
# via ipython
boto3==1.26.130
Expand Down Expand Up @@ -54,6 +56,10 @@ docker==7.0.0
# via apache-superset
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
# via
# cattrs
# pytest
executing==1.2.0
# via stack-data
filelock==3.12.2
Expand Down Expand Up @@ -129,7 +135,7 @@ jsonschema-spec==0.1.6
# via openapi-spec-validator
kiwisolver==1.4.4
# via matplotlib
lazy-object-proxy==1.9.0
lazy-object-proxy==1.10.0
# via openapi-spec-validator
linear-tsv==1.1.0
# via dataflows-tabulator
Expand Down
Loading