Skip to content

Commit

Permalink
Upgrade argcomplete -> 3.3.0
Browse files Browse the repository at this point in the history
This version contains a fix for the API changes in argcomplete in Python
3.11.9 and 3.11.3.

Work on #138.
  • Loading branch information
rikardg committed Apr 16, 2024
1 parent 1b1ff4f commit e415931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Core
argcomplete==3.2.3
argcomplete==3.3.0
dill==0.3.8
graph-theory==2023.7.6
msgspec==0.18.6
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --generate-hashes requirements.in
argcomplete==3.2.3 \
--hash=sha256:bf7900329262e481be5a15f56f19736b376df6f82ed27576fa893652c5de6c23 \
--hash=sha256:c12355e0494c76a2a7b73e3a59b09024ca0ba1e279fb9ed6c1b82d5b74b6a70c
# uv pip compile --generate-hashes requirements.in --output-file requirements.txt
argcomplete==3.3.0 \
--hash=sha256:c168c3723482c031df3c207d4ba8fa702717ccb9fc0bfe4117166c1f537b4a54 \
--hash=sha256:fd03ff4a5b9e6580569d34b273f741e85cd9e072f3feeeee3eba4891c70eda62
dill==0.3.8 \
--hash=sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca \
--hash=sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7
Expand Down

0 comments on commit e415931

Please sign in to comment.