diff --git a/Legal.txt b/Legal.txt index c16773cbb..fdcfe2d57 100644 --- a/Legal.txt +++ b/Legal.txt @@ -1,4 +1,4 @@ -“pynwb” Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. +“pynwb” Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at IPO@lbl.gov. diff --git a/README.rst b/README.rst index d23d0a08b..cd3f304b3 100644 --- a/README.rst +++ b/README.rst @@ -99,7 +99,7 @@ Citing NWB LICENSE ======= -"pynwb" Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. +"pynwb" Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: (1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -115,7 +115,7 @@ You are under no obligation whatsoever to provide any bug fixes, patches, or upg COPYRIGHT ========= -"pynwb" Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. +"pynwb" Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at IPO@lbl.gov. NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit other to do so. diff --git a/docs/source/conf.py b/docs/source/conf.py index 71d963d7d..6339efc24 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -197,7 +197,7 @@ def __call__(self, filename): # General information about the project. project = u'PyNWB' -copyright = u'2017-2025, Neurodata Without Borders' +copyright = u'2017-2026, Neurodata Without Borders' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/environment-ros3.yml b/environment-ros3.yml index c10ad9bd7..348d6d25b 100644 --- a/environment-ros3.yml +++ b/environment-ros3.yml @@ -5,18 +5,18 @@ channels: - defaults dependencies: - python==3.14 - - h5py==3.15.1 + - h5py==3.16.0 - hdmf==6.0.2 - - matplotlib==3.10.8 - - numpy==2.4.2 + - matplotlib==3.11.0 + - numpy==2.4.3 - pandas==2.3.3 - - python-dateutil==2.9.0 + - python-dateutil==2.9.0.post0 - setuptools - - pytest==9.0.2 - - fsspec==2026.1.0 - - requests==2.32.5 - - aiohttp==3.13.3 + - pytest==9.0.3 + - fsspec==2026.6.0 + - requests==2.34.2 + - aiohttp==3.14.1 - pip - pip: - remfile==0.1.13 - - dandi==0.74.3 # NOTE: dandi is not available on conda for osx-arm64 + - dandi==0.76.4 # NOTE: dandi is not available on conda for osx-arm64 diff --git a/license.txt b/license.txt index c6d771edb..2d3b5b239 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -“pynwb” Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. +“pynwb” Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/requirements-doc.txt b/requirements-doc.txt index 5a0186625..f586f3d8d 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -12,7 +12,7 @@ hdf5plugin dandi>=0.46.6 hdmf-zarr>=0.3.0 zarr<3 # limited to zarr<3 until hdmf-zarr resolves issues with zarr 3.0 -linkml-runtime==1.9.3; python_version >= "3.10" +linkml-runtime==1.11.1; python_version >= "3.10" schemasheets==0.4.0; python_version >= "3.10" oaklib==0.6.23; python_version >= "3.10" pooch \ No newline at end of file diff --git a/requirements-opt.txt b/requirements-opt.txt index b9cbfcbb1..c079a1dd3 100644 --- a/requirements-opt.txt +++ b/requirements-opt.txt @@ -1,10 +1,10 @@ -linkml-runtime==1.9.3 +linkml-runtime==1.11.1 schemasheets==0.4.0 oaklib==0.6.23 # for streaming tests -fsspec==2025.5.1 -requests==2.33.0 +fsspec==2026.6.0 +requests==2.34.2 aiohttp==3.14.1 # For read_nwb tests