Skip to content

Commit

Permalink
Merge pull request harvard-lil#28 from bensteinberg/update-20231005
Browse files Browse the repository at this point in the history
Update urllib3
  • Loading branch information
bensteinberg authored Oct 5, 2023
2 parents cd5b9ee + 76ea857 commit 0c11e1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lil-blog-generator"
version = "0.1.4"
version = "0.1.5"
description = ""
authors = ["Library Innovation Lab <lil@law.harvard.edu>"]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ setuptools==67.3.3 ; python_version >= "3.10" and python_version < "4.0" \
unidecode==1.3.6 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:547d7c479e4f377b430dd91ac1275d593308dce0fc464fb2ab7d41f82ec653be \
--hash=sha256:fed09cf0be8cf415b391642c2a5addfc72194407caee4f98719e40ec2a72b830
urllib3==1.26.14 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72 \
--hash=sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1
urllib3==2.0.6 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2 \
--hash=sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564
werkzeug==2.3.3 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:4866679a0722de00796a74086238bb3b98d90f423f05de039abb09315487254a \
--hash=sha256:a987caf1092edc7523edb139edb20c70571c4a8d5eed02e0b547b4739174d091

0 comments on commit 0c11e1e

Please sign in to comment.