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

Bump dependencies #25

Merged
merged 2 commits into from
Jan 3, 2023
Merged
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
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