From 7cf47dc33a0ccc35a8e66d3189e0477f50565acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:52:09 +0000 Subject: [PATCH] :arrow_up: bump nle from 1.1.0 to 1.2.0 Bumps [nle](https://github.com/heiner/nle) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/heiner/nle/releases) - [Commits](https://github.com/heiner/nle/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: nle dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..45e5094a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0" mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" networkx==3.4.2 ; python_version >= "3.10" and python_version < "4.0" -nle==1.1.0 ; python_version >= "3.10" and python_version < "4.0" +nle==1.2.0 ; python_version >= "3.10" and python_version < "4.0" numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0" packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" pandas-stubs==2.2.3.241009 ; python_version >= "3.10" and python_version < "4.0"