mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Upgrade bitflags to remove clippy wanrings (#54)
* Upgrade bitflags to remove clippy wanrings * Fix python lint warnings
This commit is contained in:
@@ -10,7 +10,7 @@ license = "MIT"
|
||||
[dependencies]
|
||||
rustpython-literal = { workspace = true }
|
||||
|
||||
bitflags = "2.2.1"
|
||||
bitflags = "2.3.1"
|
||||
itertools = "0.10.5"
|
||||
num-bigint = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user