Skip to content

Commit

Permalink
Update wrapt to fix ImportError with Python 3.12
Browse files Browse the repository at this point in the history
    >>> import wrapt
    ...
    ImportError: cannot import name 'formatargspec' from 'inspect'.
    Did you mean: 'formatargvalues'?
  • Loading branch information
dato committed Aug 19, 2024
1 parent fbde521 commit 2a9335b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ urllib3==1.26.19
# via requests
werkzeug==1.0.1
# via flask
wrapt==1.12.1
wrapt==1.16.0
# via deprecated

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 2a9335b

Please sign in to comment.