Skip to content

Commit

Permalink
Upgrade datafiles to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 27, 2024
1 parent 6e7f40c commit c035a22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ colorama==0.4.5 ; python_version >= "3.8" and python_version < "4.0"
coverage==6.4.4 ; python_version >= "3.8" and python_version < "4.0"
coverage[toml]==6.4.4 ; python_version >= "3.8" and python_version < "4.0"
coveragespace==6.1 ; python_version >= "3.8" and python_version < "4.0"
datafiles==2.2.2 ; python_version >= "3.8" and python_version < "4.0"
datafiles==2.2.3 ; python_version >= "3.8" and python_version < "4.0"
dill==0.3.8 ; python_version >= "3.8" and python_version < "4.0"
docopt==0.6.2 ; python_version >= "3.8" and python_version < "4.0"
exceptiongroup==1.1.1 ; python_version >= "3.8" and python_version < "3.11"
Expand Down Expand Up @@ -63,7 +63,7 @@ pytkdocs==0.16.1 ; python_version >= "3.8" and python_version < "4.0"
pywin32-ctypes==0.2.0 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.8" and python_version < "4.0"
requests==2.32.2 ; python_version >= "3.8" and python_version < "4.0"
rope==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.8"
ruamel-yaml==0.17.21 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
18 changes: 9 additions & 9 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
Expand Up @@ -44,7 +44,7 @@ classifiers = [

python = "^3.8"

datafiles = "^2.2"
datafiles = "^2.2.3"
minilog = "^2.3"
universal-startfile = "~0.2"

Expand Down

0 comments on commit c035a22

Please sign in to comment.