diff --git a/environment-ros3.yml b/environment-ros3.yml index 92e17b5dd..21dcc5a9c 100644 --- a/environment-ros3.yml +++ b/environment-ros3.yml @@ -9,8 +9,8 @@ dependencies: - hdmf==3.14.0 - matplotlib==3.8.0 - numpy==1.26.4 - - pandas==2.2.1 - - python-dateutil==2.8.2 + - pandas==2.2.2 + - python-dateutil==2.9.0 - setuptools - pytest==7.4.3 # This is for the upcoming pytest update - dandi==0.60.0 # NOTE: dandi does not support osx-arm64 @@ -19,4 +19,4 @@ dependencies: - aiohttp==3.9.3 - pip - pip: - - remfile==0.1.9 + - remfile==0.1.11 diff --git a/requirements-dev.txt b/requirements-dev.txt index 173090a57..37853354d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,11 +2,11 @@ # compute coverage, and create test environments. note that depending on the version of python installed, different # versions of requirements may be installed due to package incompatibilities. # -black==24.3.0 -codespell==2.2.6 -coverage==7.3.2 -pytest==7.4.3 -isort==5.12.0 -pytest-cov==4.1.0 -tox==4.11.3 -ruff==0.1.3 +black==24.4.2 +codespell==2.3.0 +coverage==7.5.3 +pytest==8.2.1 +isort==5.13.2 +pytest-cov==5.0.0 +tox==4.15.0 +ruff==0.4.6 diff --git a/requirements.txt b/requirements.txt index c1fd347ff..5b3c49ded 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ h5py==3.11.0 hdmf==3.14.0 numpy==1.26.4 -pandas==2.2.1 +pandas==2.2.2 python-dateutil==2.9.0.post0