From 85baee4080b819d68c7de9e079a4b5707dea867e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:13:00 +0200 Subject: [PATCH] chore(deps): bump requests from 2.32.1 to 2.32.2 (#377) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot --- doc/changelog.d/377.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/377.dependencies.md diff --git a/doc/changelog.d/377.dependencies.md b/doc/changelog.d/377.dependencies.md new file mode 100644 index 00000000..8304262b --- /dev/null +++ b/doc/changelog.d/377.dependencies.md @@ -0,0 +1 @@ +chore(deps): bump requests from 2.32.1 to 2.32.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e96535ca..05a36d37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.0.0", "sphinx-design==0.5.0", - "requests==2.32.1", + "requests==2.32.2", "sphinx-jinja==2.0.2", "PyGitHub==2.3.0", ]