Skip to content
Closed
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
16 changes: 8 additions & 8 deletions ci/builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# wheels for a wide variety of platforms, including M1 Macs.

black==24.4.2
boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]==1.36.16
boto3==1.36.16
click==8.1.3
cryptography==44.0.0
colored==2.2.5
boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]==1.36.21
boto3==1.36.21
click==8.1.8
cryptography==44.0.1
colored==2.3.0
docker==7.1.0
ec2instanceconnectcli==1.0.3
python-frontmatter==1.1.0
humanize==4.11.0
humanize==4.12.0
ipympl==0.9.6
ipywidgets==8.1.5
junit-xml==1.9
Expand Down Expand Up @@ -41,7 +41,7 @@ psycopg==3.2.4
psycopg-binary==3.2.4
# pydantic >= 2.9 causes pdoc 15.0.1 to fail: UserWarning: Error parsing type annotation dict[str, Any] | None for pydantic.main.BaseModel.__pydantic_extra__: 'function' object is not subscriptable
# See also https://github.com/mitmproxy/pdoc/issues/741
pydantic==2.8.2
pydantic==2.10.6
pyelftools==0.31
pyjwt==2.10.1
PyMySQL==1.1.1
Expand All @@ -68,7 +68,7 @@ types-toml==0.10.8.20240310
typing-extensions==4.12.2
xxhash==3.5.0
yamllint==1.35.1
confluent-kafka==2.6.1
confluent-kafka==2.8.0
fastavro==1.10.0
websocket-client==1.8.0
pyarrow-stubs==17.16
Expand Down
1 change: 0 additions & 1 deletion src/environmentd/tests/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@ fn test_statement_logging_sampling() {
/// Test that we are not allowed to set `statement_logging_sample_rate`
/// arbitrarily high, but that it is constrained by `statement_logging_max_sample_rate`.
#[mz_ore::test]
#[ignore] // TODO: Reenable when database-issues#8967 is fixed
fn test_statement_logging_sampling_constrained() {
let (server, client) = setup_statement_logging(0.5, 1.0);
test_statement_logging_sampling_inner(server, client);
Expand Down