Skip to content

Commit

Permalink
Bump dependencies (#25)
Browse files Browse the repository at this point in the history
* bump pyo3 and drop clippy allowance

* bump pytest version to get rid of dependabot alert
  • Loading branch information
jvmncs authored Jan 3, 2023
1 parent 7fab87d commit 182993f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
30 changes: 20 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ crate-type = ["cdylib"]
hpke-rs = { version = "0.1.0", features = ["hazmat"] }
hpke-rs-crypto = { version = "0.1.1" }
hpke-rs-rust-crypto = { version = "0.1.1" }
pyo3 = { version = "0.16.5", features = ["extension-module"] }
pyo3 = { version = "0.17", features = ["extension-module"] }
rand = { version = "0.8" }
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ fmt:
.PHONY: lint
lint:
cargo fmt --all -- --check
# temporarily allow borrow-deref-ref until this issue is resolved:
# https://github.com/rust-lang/rust-clippy/issues/8971
cargo clippy --all-targets -- -D warnings --no-deps -A clippy::borrow-deref-ref
cargo clippy --all-targets -- -D warnings --no-deps
flake8 .

.PHONY: clean
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ flake8-black
flake8-isort
isort
maturin
pytest
pytest>=7.2
pytest-xdist
17 changes: 6 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make pydep-upgrade
#
Expand All @@ -14,6 +14,8 @@ black==22.6.0
# flake8-black
click==8.1.3
# via black
exceptiongroup==1.1.0
# via pytest
execnet==1.9.0
# via pytest-xdist
flake8==5.0.4
Expand Down Expand Up @@ -45,24 +47,17 @@ platformdirs==2.5.2
# via black
pluggy==1.0.0
# via pytest
py==1.11.0
# via
# pytest
# pytest-forked
pycodestyle==2.9.1
# via flake8
pyflakes==2.5.0
# via flake8
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==7.2.0
# via
# -r requirements-dev.in
# pytest-forked
# pytest-xdist
pytest-forked==1.4.0
# via pytest-xdist
pytest-xdist==2.5.0
pytest-xdist==3.1.0
# via -r requirements-dev.in
tomli==2.0.1
# via
Expand Down

0 comments on commit 182993f

Please sign in to comment.