From c035a22b54e0b4a47dea103fb58f30e34d8cb1f5 Mon Sep 17 00:00:00 2001 From: jacebrowning Date: Mon, 27 May 2024 14:01:00 -0400 Subject: [PATCH] Upgrade datafiles to 2.2.3 --- docs/requirements.txt | 4 ++-- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 91c8707..bff3651 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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" @@ -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" diff --git a/poetry.lock b/poetry.lock index 4cb13a0..529ce8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -247,19 +247,19 @@ requests = ">=2.28,<3.0" [[package]] name = "datafiles" -version = "2.2.2" +version = "2.2.3" description = "File-based ORM for dataclasses." optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "datafiles-2.2.2-py3-none-any.whl", hash = "sha256:ad50344be44444edf8220046b3cfb81aff61aed5c3dd61f2808caf5add2f5ec2"}, - {file = "datafiles-2.2.2.tar.gz", hash = "sha256:c82e3ca2e187f5fdbb6eb01c4001021c945f0e75de1e32b0aeece3615d8d478b"}, + {file = "datafiles-2.2.3-py3-none-any.whl", hash = "sha256:a3251ce5cc0c508907c8bc97c6601401b6576f6d6fc94b209ba7519d970d2058"}, + {file = "datafiles-2.2.3.tar.gz", hash = "sha256:4192e1bc22e47d6a50c1384d1a5becc6106eb6aaa725f46326b890cf36c62113"}, ] [package.dependencies] cached_property = ">=1.5,<2.0" classproperties = ">=0.2,<0.3" -minilog = ">=2.1,<3.0" +minilog = ">=2.3,<3.0" parse = ">=1.12,<2.0" "ruamel.yaml" = ">=0.17.21,<0.18.0" tomlkit = ">=0.10.1,<0.11.0" @@ -1152,13 +1152,13 @@ pyyaml = "*" [[package]] name = "requests" -version = "2.32.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, - {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -1554,4 +1554,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b1ee64f417ba962d03b8c7af8ac84d742217e2310ee163cec5933c7427d80cfb" +content-hash = "d74f2ef4ce6211b91888405e90c3b6fc97209ccffdf4803a0da24937070958df" diff --git a/pyproject.toml b/pyproject.toml index 14176bc..bf891f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ python = "^3.8" -datafiles = "^2.2" +datafiles = "^2.2.3" minilog = "^2.3" universal-startfile = "~0.2"