Update dependency pandas to v3 #293

Open
_renovate wants to merge 1 commit from renovate/pandas-3.x into master
_renovate commented 2026-03-24 02:29:53 +01:00 (Migrated from edugit.org)

This MR contains the following updates:

Package Type Update Change
pandas dependencies major ^2.0.0^3.0.0

Release Notes

pandas-dev/pandas (pandas)

v3.0.3: pandas 3.0.3

Compare Source

We are pleased to announce the release of pandas 3.0.3.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher.
The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v3.0.2: pandas 3.0.2

Compare Source

We are pleased to announce the release of pandas 3.0.2.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher.
The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v3.0.1: pandas 3.0.1

Compare Source

We are pleased to announce the release of pandas 3.0.1.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

v3.0.0: pandas 3.0.0

Compare Source

We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes various new features, bug fixes, and performance improvements, as well as possible breaking changes.

The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.

Highlights include:

See the announcement blog post and the detailed release notes for a list of all the changes.

Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Mend Renovate.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pandas](https://github.com/pandas-dev/pandas) | dependencies | major | `^2.0.0` → `^3.0.0` | --- ### Release Notes <details> <summary>pandas-dev/pandas (pandas)</summary> ### [`v3.0.3`](https://github.com/pandas-dev/pandas/releases/tag/v3.0.3): pandas 3.0.3 [Compare Source](https://github.com/pandas-dev/pandas/compare/v3.0.2...v3.0.3) We are pleased to announce the release of pandas 3.0.3. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version. See the [full whatsnew](https://pandas.pydata.org/docs/whatsnew/v3.0.3.html) for a list of all the changes. Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI: ``` python -m pip install --upgrade pandas==3.0.* ``` Or from conda-forge ``` conda install -c conda-forge pandas=3.0 ``` Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. ### [`v3.0.2`](https://github.com/pandas-dev/pandas/releases/tag/v3.0.2): pandas 3.0.2 [Compare Source](https://github.com/pandas-dev/pandas/compare/v3.0.1...v3.0.2) We are pleased to announce the release of pandas 3.0.2. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version. See the [full whatsnew](https://pandas.pydata.org/docs/dev/whatsnew/v3.0.2.html) for a list of all the changes. Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI: ``` python -m pip install --upgrade pandas==3.0.* ``` Or from conda-forge ``` conda install -c conda-forge pandas=3.0 ``` Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. ### [`v3.0.1`](https://github.com/pandas-dev/pandas/releases/tag/v3.0.1): pandas 3.0.1 [Compare Source](https://github.com/pandas-dev/pandas/compare/v3.0.0...v3.0.1) We are pleased to announce the release of pandas 3.0.1. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version. See the [full whatsnew](https://pandas.pydata.org/docs/dev/whatsnew/v3.0.1.html) for a list of all the changes. Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI: ``` python -m pip install --upgrade pandas==3.0.* ``` Or from conda-forge ``` conda install -c conda-forge pandas=3.0 ``` Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. ### [`v3.0.0`](https://github.com/pandas-dev/pandas/releases/tag/v3.0.0): pandas 3.0.0 [Compare Source](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0) We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes various new features, bug fixes, and performance improvements, as well as possible breaking changes. The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0. Highlights include: - [Dedicated string data type by default](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-string-dtype) - [Consistent copy/view behaviour with Copy-on-Write](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-copy_on_write) (CoW) (a.k.a. getting rid of the SettingWithCopyWarning) - [New default resolution for datetime-like data](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-api-breaking-datetime-resolution-inference) - [Initial support for the new `pd.col` syntax](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-col) See the [announcement blog post](https://pandas.pydata.org/community/blog/pandas-3.0.html) and the [detailed release notes](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html) for a list of all the changes. Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI ``` python -m pip install --upgrade pandas==3.0.* ``` Or from conda-forge ``` conda install -c conda-forge pandas=3.0 ``` Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues/new/choose). Thanks to all the contributors who made this release possible. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjQ3LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
_renovate commented 2026-04-02 18:30:35 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-25 21:06:35 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 21:32:58 +02:00 (Migrated from edugit.org)

added 16 commits

  • 3ef3baf9...cae5ea31 - 15 commits from branch master
  • 8ebe1ca9 - Update dependency pandas to v3

Compare with previous version

added 16 commits <ul><li>3ef3baf9...cae5ea31 - 15 commits from branch <code>master</code></li><li>8ebe1ca9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=87041&start_sha=3ef3baf922b4f784ca5eb6ab3cb514b4c176d2da)
_renovate commented 2026-04-27 23:13:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • cfc858c6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cfc858c6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=87416&start_sha=8ebe1ca97ab2f12f9c56fb751420c2a03bd3e2b4)
_renovate commented 2026-04-28 05:35:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70ace67f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>70ace67f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=88399&start_sha=cfc858c64b6b4d060c43de384a4ae25cc75823b4)
_renovate commented 2026-04-28 09:54:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • c29ccb1e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c29ccb1e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=88618&start_sha=70ace67f12dec295fc0de4967fb863aa328ce67c)
_renovate commented 2026-04-28 14:47:53 +02:00 (Migrated from edugit.org)

added 6 commits

  • c29ccb1e...ecb38ed9 - 5 commits from branch master
  • 1bb068f4 - Update dependency pandas to v3

Compare with previous version

added 6 commits <ul><li>c29ccb1e...ecb38ed9 - 5 commits from branch <code>master</code></li><li>1bb068f4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=89042&start_sha=c29ccb1e4c68eb145007d292fe7c4352e9096040)
_renovate commented 2026-04-28 15:44:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 54bddb8c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>54bddb8c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=89191&start_sha=1bb068f4f46b8e55cc57e162a51e2217f17025ba)
_renovate commented 2026-04-28 16:33:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6e56cc80 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6e56cc80 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=89369&start_sha=54bddb8c9ab3946dbe221e0ceaf82abcedbb3093)
_renovate commented 2026-04-28 19:18:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 14cb29c0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>14cb29c0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=89761&start_sha=6e56cc801eeb0ae40db0526a43e19b90bf4a04d1)
_renovate commented 2026-04-28 22:52:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • bec89c2d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bec89c2d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=90055&start_sha=14cb29c0d3064b597cbfdd34281c596ec09259ad)
_renovate commented 2026-04-29 00:16:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • aa8dc55d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aa8dc55d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=90143&start_sha=bec89c2d03eb9752d798a0db8129f2e32c46a79b)
_renovate commented 2026-04-29 01:08:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6028b050 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6028b050 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=90197&start_sha=aa8dc55d3be126b1877a585497ea5b77ad37a460)
_renovate commented 2026-04-29 01:55:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9182739c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9182739c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=90276&start_sha=6028b050cfea78f6e09bb51fd484c916e6b2fb65)
_renovate commented 2026-04-29 02:44:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8f3815e3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8f3815e3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=90347&start_sha=9182739c2fc0ea4f542c7ef3104b8854e3096536)
_renovate commented 2026-04-29 03:58:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3a2b2b31 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3a2b2b31 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=90511&start_sha=8f3815e3dc5ff5ef4db3cf1b0aa6f8ef3ba01829)
_renovate commented 2026-04-29 05:20:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • d693a19b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d693a19b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=90691&start_sha=3a2b2b313db966ed0555f54444486ee092621407)
_renovate commented 2026-04-29 09:50:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3fbb75be - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3fbb75be - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=91491&start_sha=d693a19b872566817bd5e30818ca5e515a4cafb8)
_renovate commented 2026-04-29 10:32:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 312f6331 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>312f6331 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=91616&start_sha=3fbb75beab0b8866abccc52c92b441b2e29af455)
_renovate commented 2026-04-29 11:22:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 65ded547 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>65ded547 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=91836&start_sha=312f633190cf406a1cd9e84bc063ebc5fafed5c2)
_renovate commented 2026-04-29 11:28:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 80aeddc6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>80aeddc6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=91884&start_sha=65ded547b75e93f4355dd5bd9790b850e121d5aa)
_renovate commented 2026-04-29 13:47:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 33c2425c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>33c2425c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=92176&start_sha=80aeddc6772b6fdd6124f86386bacbceef23df2e)
_renovate commented 2026-04-29 22:14:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50f4cfa9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>50f4cfa9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93034&start_sha=33c2425c42b6592a0ae1f970bc854686e0dc737b)
_renovate commented 2026-04-29 22:20:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 07874b17 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>07874b17 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93043&start_sha=50f4cfa99ec4de29719a5afe4495ee034e2ec63d)
_renovate commented 2026-04-29 23:22:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5790bf6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d5790bf6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93132&start_sha=07874b176b32c7375769c3051676a3ae21ac523e)
_renovate commented 2026-04-30 00:08:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6d82dcb1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6d82dcb1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93178&start_sha=d5790bf6c181b9f5e0083cc51d5c293999e6e2ab)
_renovate commented 2026-04-30 00:38:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8bd8a6fb - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8bd8a6fb - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93202&start_sha=6d82dcb14114d787f9f72e646730659d61740c69)
_renovate commented 2026-04-30 01:17:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2968a993 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2968a993 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93272&start_sha=8bd8a6fb613162158c0a1edab1a1484378f61ad6)
_renovate commented 2026-04-30 02:19:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3f0219e5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3f0219e5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93483&start_sha=2968a993ebaee28944cf2957c61f1dece255df1a)
_renovate commented 2026-04-30 02:22:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • ad81932a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ad81932a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=93492&start_sha=3f0219e5f9012442fc7c8802b8225686ff91b56c)
_renovate commented 2026-04-30 09:17:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 489ad5af - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>489ad5af - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94090&start_sha=ad81932afe5ea87553357fe8dfd050426b242f9d)
_renovate commented 2026-04-30 12:29:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 79dc4e40 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>79dc4e40 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94394&start_sha=489ad5af2c9db72451e2e6ccb08f753964926cab)
_renovate commented 2026-04-30 13:49:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 42e73503 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>42e73503 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94511&start_sha=79dc4e401af5283399b3c25b494f4cc243d1dd31)
_renovate commented 2026-04-30 14:27:36 +02:00 (Migrated from edugit.org)

added 5 commits

  • 42e73503...a629e4f1 - 4 commits from branch master
  • 02466cd3 - Update dependency pandas to v3

Compare with previous version

added 5 commits <ul><li>42e73503...a629e4f1 - 4 commits from branch <code>master</code></li><li>02466cd3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94566&start_sha=42e73503f9f7d1270ed02d304b38936b3cb1aef2)
_renovate commented 2026-04-30 14:49:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36afd298 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>36afd298 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94623&start_sha=02466cd382aad59964c1cb57b5780b7a882660b7)
_renovate commented 2026-04-30 15:25:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1d8ce393 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1d8ce393 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94672&start_sha=36afd2983d2a114dad1794bbbfb69e148a88a6e9)
_renovate commented 2026-04-30 15:47:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • e7b5276f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e7b5276f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94711&start_sha=1d8ce39393f32619f5c89e0843b3a589173b69fb)
_renovate commented 2026-04-30 17:45:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1160b917 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1160b917 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94846&start_sha=e7b5276fc8bc5e77b54713554af389795a05f884)
_renovate commented 2026-04-30 18:16:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6f881b8d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6f881b8d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94913&start_sha=1160b91705e458200b764883b9be88d281a4891a)
_renovate commented 2026-04-30 18:19:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd7a0cbe - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dd7a0cbe - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=94917&start_sha=6f881b8dd3a4753ddd3c18ac6f5836533c7e138b)
_renovate commented 2026-04-30 19:21:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 42645e07 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>42645e07 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95019&start_sha=dd7a0cbe01e0c4bd31a487f5571fc124d54852d2)
_renovate commented 2026-04-30 19:54:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 793c01fc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>793c01fc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95090&start_sha=42645e07349b067622b27f00ce9d0c528022a956)
_renovate commented 2026-04-30 20:14:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • cb42500a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cb42500a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95140&start_sha=793c01fc232135a3dc2f78a9a7722b929524e941)
_renovate commented 2026-04-30 23:58:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • c09125a7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c09125a7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95449&start_sha=cb42500a333b3d1c24f7132c041238dab4aa4f50)
_renovate commented 2026-05-01 05:45:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46d21a46 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>46d21a46 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95745&start_sha=c09125a75bfd83cf2ead512366ea4899caa40496)
_renovate commented 2026-05-01 05:48:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • fa385da1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fa385da1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95750&start_sha=46d21a4632f7fdcafb4eaac23d8f8cb5fa390d8a)
_renovate commented 2026-05-01 06:09:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 29b180bf - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>29b180bf - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95773&start_sha=fa385da14e25f0f434306082a789785f1d91b9ab)
_renovate commented 2026-05-01 07:29:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3503f2d7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3503f2d7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95873&start_sha=29b180bf00103810bea64c139e7a3d74da1a4c43)
_renovate commented 2026-05-01 07:52:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd9c4d3a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dd9c4d3a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=95910&start_sha=3503f2d711bc9c3901a0cf827414f059e455d28c)
_renovate commented 2026-05-01 11:12:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6c026c48 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6c026c48 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96023&start_sha=dd9c4d3ab3cfcd0fad55b506fbb5f32a4e66ce41)
_renovate commented 2026-05-01 14:26:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2c090a8e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2c090a8e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96256&start_sha=6c026c488276c798881be58536b4ef3b7efa13bf)
_renovate commented 2026-05-01 15:13:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • f36a50f9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f36a50f9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96313&start_sha=2c090a8ee37f86da84a65eb2d79ee04d9c6b11fc)
_renovate commented 2026-05-01 15:19:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • c052f645 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c052f645 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96320&start_sha=f36a50f9ea1680bcecda1cdb2921c26e820d76d6)
_renovate commented 2026-05-01 16:14:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 666fc0ef - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>666fc0ef - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96422&start_sha=c052f645f40f62428d32a5e472930b015b9166dd)
_renovate commented 2026-05-01 17:37:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5e1d8fc9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5e1d8fc9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96535&start_sha=666fc0efdc7ae3d3f25455bd4df47312b973c304)
_renovate commented 2026-05-01 18:08:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 97623684 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>97623684 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96603&start_sha=5e1d8fc94cd91786a8bb89627925109506eeeb18)
_renovate commented 2026-05-01 19:22:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • bcba1909 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bcba1909 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96686&start_sha=976236842e7ceaf7e7f668c75382051394481dbb)
_renovate commented 2026-05-01 22:41:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • cc655fe1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cc655fe1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=96871&start_sha=bcba19092085aa9f6b4af9cd0b10e83635115111)
_renovate commented 2026-05-02 01:29:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4462cd42 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4462cd42 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=97126&start_sha=cc655fe1c2c3a83ae508a2e5d6cc378c3ee424f1)
_renovate commented 2026-05-02 03:46:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2922f982 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2922f982 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=97295&start_sha=4462cd42f2cfec16edfbc372c45073cff765e369)
_renovate commented 2026-05-02 04:15:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 28e7210c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>28e7210c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=97322&start_sha=2922f982bff9baaa4f2c1c2cf80d9f97b27fa462)
_renovate commented 2026-05-02 06:48:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 410b219f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>410b219f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=97519&start_sha=28e7210c23d4dd6c430e9193dc7a51bc51917f18)
_renovate commented 2026-05-02 08:17:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • dce2454e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dce2454e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=97645&start_sha=410b219fb1e8c327d830b2733cf8e41c703a13aa)
_renovate commented 2026-05-02 10:56:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e8b16f8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4e8b16f8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=97888&start_sha=dce2454e52681314f9227c7bb83d37ed9ad28821)
_renovate commented 2026-05-02 11:32:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • e2bea3ed - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e2bea3ed - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=97941&start_sha=4e8b16f86e4e51c0c80701ad4554811ad4bbcb55)
_renovate commented 2026-05-02 13:24:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • ffd91691 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ffd91691 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98104&start_sha=e2bea3edcec74857f363b0754e2ad2dab1416913)
_renovate commented 2026-05-02 14:04:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4a40e493 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4a40e493 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98155&start_sha=ffd91691699b8e963e475d4cdf86476dcaed3add)
_renovate commented 2026-05-02 21:29:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • a216baf5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a216baf5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98601&start_sha=4a40e493978dea1c1385de3b6e5117da8c2f2886)
_renovate commented 2026-05-02 21:59:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7b0433d4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7b0433d4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98669&start_sha=a216baf5e559e322ad75503368c4bedbdad64e04)
_renovate commented 2026-05-02 23:39:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46f102d4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>46f102d4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98767&start_sha=7b0433d4f9eb2d52dc3ac30fea117f8d9115c58e)
_renovate commented 2026-05-03 00:37:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • f937e70c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f937e70c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98800&start_sha=46f102d4a3fe66d370f0571423eae12b37c58062)
_renovate commented 2026-05-03 01:07:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • c7c03d2e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c7c03d2e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98878&start_sha=f937e70c0462a3eef315582240e14b4dfe9059d5)
_renovate commented 2026-05-03 01:20:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d069be2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3d069be2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=98906&start_sha=c7c03d2edde67a4def2cddc0ca578174bb189a80)
_renovate commented 2026-05-03 01:55:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • bd867224 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bd867224 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99013&start_sha=3d069be28d45a7bdf9d1397c92b923789ca50b4c)
_renovate commented 2026-05-03 02:46:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • a52417e4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a52417e4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99206&start_sha=bd867224d286bab67cec0a9fd86d19ddfaea397c)
_renovate commented 2026-05-03 03:26:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6c2be5d9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6c2be5d9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99283&start_sha=a52417e4872b80e07e29809d9de37e32ddb0e02d)
_renovate commented 2026-05-03 03:51:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 52f9c371 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>52f9c371 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99343&start_sha=6c2be5d985156f14bf93b37d61cfa424c57c251e)
_renovate commented 2026-05-03 05:43:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 88e42c62 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>88e42c62 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99469&start_sha=52f9c371a12ab32c7a5874c606b21aab1518f086)
_renovate commented 2026-05-03 07:11:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • b325b61c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b325b61c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99568&start_sha=88e42c62c28ab879ff25e738133433b1c4861808)
_renovate commented 2026-05-03 10:19:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • ce3a5a70 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ce3a5a70 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99738&start_sha=b325b61c57b6184795d8f14ebcb5b60e90357994)
_renovate commented 2026-05-03 11:54:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 94f0f141 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>94f0f141 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99844&start_sha=ce3a5a7063ebb856461cf7c9e682b42d0993ab55)
_renovate commented 2026-05-03 12:36:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61da647e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>61da647e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99915&start_sha=94f0f141e52c67a286c411562051111f221935c5)
_renovate commented 2026-05-03 12:37:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35d28186 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>35d28186 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99919&start_sha=61da647ebc9c3953b9977360ff2df477286e37eb)
_renovate commented 2026-05-03 13:34:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3fae4a1d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3fae4a1d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=99975&start_sha=35d281867b402d795d01d834ec0690c83809d2e7)
_renovate commented 2026-05-03 14:14:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 29a2cd36 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>29a2cd36 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100020&start_sha=3fae4a1db7447a34460138a40eb5933503bc81e5)
_renovate commented 2026-05-03 14:42:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • a89eb71d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a89eb71d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100053&start_sha=29a2cd36cb9f9aad5f1599a008ced35a8ea7a952)
_renovate commented 2026-05-03 18:12:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 922d5a73 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>922d5a73 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100356&start_sha=a89eb71de1eb07b704ddb2cea23adc4079ff636a)
_renovate commented 2026-05-03 18:35:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8da28f25 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8da28f25 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100383&start_sha=922d5a73d7280a1d4e0dc9c84d918be649c652c2)
_renovate commented 2026-05-03 19:08:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b8f31cc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5b8f31cc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100440&start_sha=8da28f25bb0000d36e14b475c8974f14be9c8203)
_renovate commented 2026-05-03 21:43:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78ec6e90 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>78ec6e90 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100639&start_sha=5b8f31ccf7dded36130faaca28e2e2d3b993a6bd)
_renovate commented 2026-05-03 21:46:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5183717 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a5183717 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100641&start_sha=78ec6e904abdf68d733e09d7a7b467a18756230a)
_renovate commented 2026-05-03 23:38:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7b69c4d1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7b69c4d1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100811&start_sha=a51837171c9be44b3fa9eae38353ba58af0883f0)
_renovate commented 2026-05-04 00:20:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • c855872f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c855872f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100869&start_sha=7b69c4d12c96729960efbac505f46e19ac86b476)
_renovate commented 2026-05-04 00:33:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • c12cc571 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c12cc571 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=100888&start_sha=c855872f4a5a281e71bee27df5ba5bdc862ab8aa)
_renovate commented 2026-05-04 02:59:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1013f981 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1013f981 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=101043&start_sha=c12cc57169990ff2b81d175a5b483f6cf9763e67)
_renovate commented 2026-05-04 03:19:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 91ec39c6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>91ec39c6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=101055&start_sha=1013f9814644ce7cd27b767dc821524d31fa3240)
_renovate commented 2026-05-04 05:16:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 44b24367 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>44b24367 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=101160&start_sha=91ec39c6bb7904990a22c972300593a4febac941)
_renovate commented 2026-05-04 05:50:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 58022fd9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>58022fd9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=101210&start_sha=44b24367490172d384eb5a6d8373c8e28488cf02)
_renovate commented 2026-05-04 07:04:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f6362e7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1f6362e7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=101307&start_sha=58022fd9f99eda8f8ba780eeafdad85325bd245d)
_renovate commented 2026-05-04 11:37:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • aca3d642 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aca3d642 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=101569&start_sha=1f6362e77846fd424a31d55ee37e810c0bd56ebe)
_renovate commented 2026-05-04 12:23:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 444a29f4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>444a29f4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=101689&start_sha=aca3d6424529ca0988a80f42fecd717adfc1716d)
_renovate commented 2026-05-04 16:47:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 945669ba - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>945669ba - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=102090&start_sha=444a29f465f890934891a7a72b544e1ab4b58c5f)
_renovate commented 2026-05-04 17:31:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4d82fff2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4d82fff2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=102190&start_sha=945669baecc5507868336f827f89d9126f7a7122)
_renovate commented 2026-05-04 18:50:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • b5cd287b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b5cd287b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=102280&start_sha=4d82fff254c38f3d118bf18d6173bb6c2255cb1c)
_renovate commented 2026-05-04 19:55:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1c389ea3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1c389ea3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=102404&start_sha=b5cd287b93c724756c819a0c526665671a583e81)
_renovate commented 2026-05-05 02:08:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • fc7db017 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fc7db017 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=102878&start_sha=1c389ea3fee73371f6b258384217d1dc21736e2c)
_renovate commented 2026-05-05 02:45:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 02b415f9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>02b415f9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=102949&start_sha=fc7db0179412bfc495c2896675f90e349a163257)
_renovate commented 2026-05-05 05:15:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8f726719 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8f726719 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103137&start_sha=02b415f911e9498330b751c36d4312b3cb2a95ca)
_renovate commented 2026-05-05 05:27:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 33775767 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>33775767 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103172&start_sha=8f726719476324497ff1e9bc64fd17d16adb9239)
_renovate commented 2026-05-05 06:11:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4dcdd413 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4dcdd413 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103242&start_sha=337757675c0c5dc421f01edd33f8806593806fae)
_renovate commented 2026-05-05 06:34:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • aaaf1215 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aaaf1215 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103310&start_sha=4dcdd41339fa3d07479c2f1d11cb19517a7cd4c9)
_renovate commented 2026-05-05 07:49:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • ae27aa02 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ae27aa02 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103411&start_sha=aaaf1215b2bbff8fe9844c0c098d7c341d445ec8)
_renovate commented 2026-05-05 08:37:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • acd559cd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>acd559cd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103479&start_sha=ae27aa028f0caa0bcde3c5d3cf242b6d75ac8f2e)
_renovate commented 2026-05-05 10:53:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • b6b3e984 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b6b3e984 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103640&start_sha=acd559cd6860245f6b9de723216b1a7edd9f0ff7)
_renovate commented 2026-05-05 13:23:33 +02:00 (Migrated from edugit.org)

added 3 commits

  • b6b3e984...fed421f9 - 2 commits from branch master
  • 891af3c0 - Update dependency pandas to v3

Compare with previous version

added 3 commits <ul><li>b6b3e984...fed421f9 - 2 commits from branch <code>master</code></li><li>891af3c0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103807&start_sha=b6b3e984b602249131c88490e16e98ae67edff9e)
_renovate commented 2026-05-05 13:56:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36bb1da6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>36bb1da6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103860&start_sha=891af3c0b1c3123a7c41461e77efc4bb2f580ddf)
_renovate commented 2026-05-05 14:14:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 26ee5df1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>26ee5df1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103871&start_sha=36bb1da68fe5786191fffb7e4c389ac03adaed39)
_renovate commented 2026-05-05 15:06:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 98e7d46f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>98e7d46f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=103947&start_sha=26ee5df1361d372edecc49c874b6f1568c3d91fe)
_renovate commented 2026-05-05 16:35:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 668b2f4e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>668b2f4e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104038&start_sha=98e7d46f1aa321ea8152b148fba6e86f99f1629d)
_renovate commented 2026-05-05 16:36:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78bff915 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>78bff915 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104040&start_sha=668b2f4ea8d6b814ac3603dfcdac7904dd9f363a)
_renovate commented 2026-05-05 17:52:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ffdedb3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0ffdedb3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104165&start_sha=78bff91578e40bd495a40d1a19b8e27c981f7a8d)
_renovate commented 2026-05-05 18:03:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 83357f65 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>83357f65 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104198&start_sha=0ffdedb3a9ffa104c2ad03886c664453209ad7eb)
_renovate commented 2026-05-05 18:47:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • d94d1343 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d94d1343 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104269&start_sha=83357f65b987d443c87ec4731cba12663646598e)
_renovate commented 2026-05-05 19:39:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36709a7e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>36709a7e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104329&start_sha=d94d13436e232c7aded9dbd6e6086fbc74eb7ad2)
_renovate commented 2026-05-05 20:25:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb5731d8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fb5731d8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104384&start_sha=36709a7ebba0eb4be7fc335f10a98ac92dc4af87)
_renovate commented 2026-05-05 20:32:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • a8f00bb3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a8f00bb3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104389&start_sha=fb5731d8efbfb16af0f2a29921ac4d888700b2d4)
_renovate commented 2026-05-05 21:00:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 996c83ab - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>996c83ab - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104428&start_sha=a8f00bb3dc05261e88ac13dbecd91620d0e5ce3e)
_renovate commented 2026-05-05 21:51:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • f101a859 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f101a859 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104450&start_sha=996c83ab8372f078a5083663088056e47cc5db83)
_renovate commented 2026-05-06 00:26:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • c7479233 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c7479233 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104610&start_sha=f101a859de5123aa99ea9966ac1002fbd90dd239)
_renovate commented 2026-05-06 00:30:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0c55fb4e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0c55fb4e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104616&start_sha=c7479233c96abc093eb3cfb26c8a6f660b264bec)
_renovate commented 2026-05-06 01:22:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • e73532a6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e73532a6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104726&start_sha=0c55fb4ed7b09c5c2f901a14bfb32829c7141670)
_renovate commented 2026-05-06 02:24:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb09dfdc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fb09dfdc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104809&start_sha=e73532a6e17b03fd6ac33b1db3797761ff29faac)
_renovate commented 2026-05-06 03:44:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5619507d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5619507d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=104923&start_sha=fb09dfdc1ccb5e6bb5c067e8c76c119072c4d8cf)
_renovate commented 2026-05-06 06:03:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • c4184ad4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c4184ad4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105062&start_sha=5619507d5b9df2ad87029b3e524f352bedbce72a)
_renovate commented 2026-05-06 06:22:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • bf5638b4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bf5638b4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105089&start_sha=c4184ad4fedcfc6d7a78c87243b9c72b9d39bab5)
_renovate commented 2026-05-06 06:42:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • a2e2320b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a2e2320b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105130&start_sha=bf5638b48d710a02b9612d3c4230a6e57a35afd4)
_renovate commented 2026-05-06 08:10:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • c392009c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c392009c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105212&start_sha=a2e2320bcfeb71159005069fc44b3f4ce5c8b9d3)
_renovate commented 2026-05-06 08:56:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 02dcd80a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>02dcd80a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105270&start_sha=c392009c48d385b7bd2fcc6bcc3335a9df6863cb)
_renovate commented 2026-05-06 09:21:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 397dba12 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>397dba12 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105311&start_sha=02dcd80a5c942a09a1a1d54382d77bf5fa98f8df)
_renovate commented 2026-05-06 10:14:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4e5fdaa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d4e5fdaa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105390&start_sha=397dba1248aba390ae6c4e652f7e0e70ef1e0abf)
_renovate commented 2026-05-06 11:39:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • ffdd19f8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ffdd19f8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105506&start_sha=d4e5fdaa807972c5c41ff3f1180fc0ca84964311)
_renovate commented 2026-05-06 13:26:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 20024b98 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>20024b98 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=105673&start_sha=ffdd19f806400070d0ceaaa01e6ad214d1ec78bb)
_renovate commented 2026-05-06 17:51:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • df680d5d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>df680d5d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=106027&start_sha=20024b980d7bf49296a8fd9ab73537a40a278ae9)
_renovate commented 2026-05-06 18:09:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • da539457 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>da539457 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=106078&start_sha=df680d5d7adb7eebb8c58f2973e250cf8a0bd2ed)
_renovate commented 2026-05-06 22:05:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • fed96fde - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fed96fde - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=106524&start_sha=da5394578ab0a2686142a24644c7119dc2bc2cd0)
_renovate commented 2026-05-06 23:19:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 461d4255 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>461d4255 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=106663&start_sha=fed96fde9323c8d212a5ca82586025cfb2d27aec)
_renovate commented 2026-05-07 04:00:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2dabd289 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2dabd289 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=106979&start_sha=461d42554447550c6bf41d2bb58b20aeb9287438)
_renovate commented 2026-05-07 07:42:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9af08cf7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9af08cf7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107158&start_sha=2dabd289a1037d906ad9010e2a01b58161caf158)
_renovate commented 2026-05-07 08:19:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 694502de - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>694502de - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107199&start_sha=9af08cf76f2192f1d29bd8a4f71fe60ce1abe1e5)
_renovate commented 2026-05-07 09:48:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 82a3817c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>82a3817c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107323&start_sha=694502ded197b49ab73c06b00c289f0d5062a483)
_renovate commented 2026-05-07 10:35:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • da482877 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>da482877 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107398&start_sha=82a3817c44a3cf100d26032d8421d8c4ef39c322)
_renovate commented 2026-05-07 10:44:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 543f7887 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>543f7887 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107420&start_sha=da4828771f583a43de4a5573ebbc854f6cb6dd73)
_renovate commented 2026-05-07 13:31:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 007acb48 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>007acb48 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107607&start_sha=543f7887babf0c92c92ed7ebb9687c99eca72406)
_renovate commented 2026-05-07 14:05:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • f89e3f00 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f89e3f00 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107660&start_sha=007acb48a9796bcf7d9a6a1e0726bcc014e23b99)
_renovate commented 2026-05-07 14:55:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 79412548 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>79412548 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107712&start_sha=f89e3f007b41faeea081391ad6c7115916ca0c6f)
_renovate commented 2026-05-07 17:24:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • a11ff009 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a11ff009 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107887&start_sha=79412548a41f7e364794085a9e8aef8e7fa3ac8c)
_renovate commented 2026-05-07 18:38:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5c21392b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5c21392b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=107967&start_sha=a11ff009ac8fec6fb37e9afb25ab33dc79013200)
_renovate commented 2026-05-07 20:29:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • adc3ad58 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>adc3ad58 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108084&start_sha=5c21392bd6e9c36b64d893c7bad8b0426e5b17fa)
_renovate commented 2026-05-07 20:57:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b472a48 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1b472a48 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108130&start_sha=adc3ad58a0c86525c385f075ae93807bdad13ebb)
_renovate commented 2026-05-07 21:31:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • e02a49a6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e02a49a6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108158&start_sha=1b472a4826db2433427bf0d31c823d08d340d23b)
_renovate commented 2026-05-07 22:23:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 87849449 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>87849449 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108224&start_sha=e02a49a6455820152039d1f785a361db41b2d8c3)
_renovate commented 2026-05-07 23:21:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61a31541 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>61a31541 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108297&start_sha=8784944974aaeed4ba6c7697b1a162fb6a18270a)
_renovate commented 2026-05-08 03:25:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • af5c77aa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>af5c77aa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108691&start_sha=61a3154141c814c14778f3605d4a498d3f7e73ba)
_renovate commented 2026-05-08 04:30:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • e98a05a5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e98a05a5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108775&start_sha=af5c77aa502c12ebab2e3cec9428f11d8f1b556f)
_renovate commented 2026-05-08 05:19:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 794d2ae0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>794d2ae0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108820&start_sha=e98a05a5140be67517e5931ed19256302cf100e6)
_renovate commented 2026-05-08 06:04:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7214e9f5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7214e9f5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108863&start_sha=794d2ae0869031be8997a57a5378e0937f3bd99f)
_renovate commented 2026-05-08 07:51:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • cb7a17cd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cb7a17cd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=108957&start_sha=7214e9f52418ccab704eda329f28c26e8afe0b1b)
_renovate commented 2026-05-08 09:18:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1bc77171 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1bc77171 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109027&start_sha=cb7a17cd13f875312e9409bf9ee3fe9cd11cfe03)
_renovate commented 2026-05-08 11:42:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 80f7f138 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>80f7f138 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109271&start_sha=1bc77171daaf3d3cda3e2b87a995ebd4db69e045)
_renovate commented 2026-05-08 13:14:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • bf81c170 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bf81c170 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109381&start_sha=80f7f1384391f8b1a424ec0f63985a1b02f2d513)
_renovate commented 2026-05-08 15:55:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • d29b0cd5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d29b0cd5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109569&start_sha=bf81c1703e2a44f65d6c065040ac97f01e8a7202)
_renovate commented 2026-05-08 16:04:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 23032a3f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>23032a3f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109577&start_sha=d29b0cd562668a3d1379dd6d09813efbf66a2bfc)
_renovate commented 2026-05-08 17:47:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3fbf7eea - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3fbf7eea - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109718&start_sha=23032a3f9c8ce7c291afedbb679cfdddc7b96b37)
_renovate commented 2026-05-08 18:18:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7d0b61ba - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7d0b61ba - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109761&start_sha=3fbf7eea80bf2787c828eabf4246ff4d941c9a82)
_renovate commented 2026-05-08 18:44:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • b614204a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b614204a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109776&start_sha=7d0b61ba98d637d39c9acc65e00d23027dfb992f)
_renovate commented 2026-05-08 18:59:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 932952c2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>932952c2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109790&start_sha=b614204af4380c40be24c6cfafede7dbcff1c0ab)
_renovate commented 2026-05-08 19:17:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • f1dedfba - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f1dedfba - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109794&start_sha=932952c280423dd4ae0f9f7387841fdbb7ef4ea8)
_renovate commented 2026-05-08 19:24:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • aced05d4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aced05d4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109802&start_sha=f1dedfbac44e5511c87c9be8f07cdc52c1799f93)
_renovate commented 2026-05-08 20:50:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • f10b3276 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f10b3276 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109893&start_sha=aced05d49ac3d9a6f45360fbe821b25bbb1a0d82)
_renovate commented 2026-05-08 21:10:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ce05a5b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1ce05a5b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109919&start_sha=f10b3276a48ce9ece3f2fb2dd8f56d547cb66d08)
_renovate commented 2026-05-08 22:04:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • b20ad76e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b20ad76e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109957&start_sha=1ce05a5bf63dc3502f93e85320f26881ad3c661e)
_renovate commented 2026-05-08 22:14:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 73be553d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>73be553d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=109968&start_sha=b20ad76e10896b8923d125ee81026767e92e1fe3)
_renovate commented 2026-05-08 23:47:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6e83b19a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6e83b19a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=110044&start_sha=73be553ddbf71c1e6d3ea2f9c667b3f0ddeb3cc9)
_renovate commented 2026-05-09 00:34:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0df1accc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0df1accc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=110120&start_sha=6e83b19aff0661ba0d749864555e916f10d9646b)
_renovate commented 2026-05-09 00:44:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e5ad496 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4e5ad496 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=110139&start_sha=0df1acccd65934e212e872a937556570cf65dabd)
_renovate commented 2026-05-09 01:20:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4dd0a363 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4dd0a363 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=110191&start_sha=4e5ad496e8eeae4da7928a59de5b52062377cbe9)
_renovate commented 2026-05-09 01:22:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • cd30002b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cd30002b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=110193&start_sha=4dd0a3638d2f2c1cea420f3afd92f90fa6d34b66)
_renovate commented 2026-05-09 02:11:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • b0f387a8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b0f387a8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=110257&start_sha=cd30002bb467807a440687b2378f6e2d2d1da090)
_renovate commented 2026-05-09 11:10:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • ec44c4e4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ec44c4e4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=110992&start_sha=b0f387a85ecb47eb458ea5ac87c1c2bc4e893964)
_renovate commented 2026-05-09 12:45:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • a48b6af3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a48b6af3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111118&start_sha=ec44c4e4890ca57981ec0f4ed451363cd8ecbd6e)
_renovate commented 2026-05-09 12:49:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1d96f562 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1d96f562 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111123&start_sha=a48b6af3821d2509a3a2f940b52c51c12b836599)
_renovate commented 2026-05-09 13:13:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 126739d0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>126739d0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111160&start_sha=1d96f562d223407537f59d53449938173fc77c6c)
_renovate commented 2026-05-09 17:15:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7c706c5d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7c706c5d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111391&start_sha=126739d0e0a2c15f55ee8ebb987ec747989197b7)
_renovate commented 2026-05-09 17:43:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7c247a60 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7c247a60 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111423&start_sha=7c706c5da2d0e2843accb62468f2a0e44f15b603)
_renovate commented 2026-05-09 19:02:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d2bb9df - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3d2bb9df - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111530&start_sha=7c247a6080656d23fcc708993b78820880f5d67f)
_renovate commented 2026-05-09 19:52:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • d086d4b7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d086d4b7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111608&start_sha=3d2bb9dfe3f24b85c793678b39c4193bf3ac12df)
_renovate commented 2026-05-09 21:08:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2dfc0c6f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2dfc0c6f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111709&start_sha=d086d4b729aad669c2561dea0cb5ffde6093b0f1)
_renovate commented 2026-05-09 22:47:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95ceae09 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>95ceae09 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111755&start_sha=2dfc0c6f0a061737018cf6d946edd3c8876ce254)
_renovate commented 2026-05-10 00:22:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3019dfd3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3019dfd3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=111834&start_sha=95ceae09fd8058ee12d94df15a4a72b387231b06)
_renovate commented 2026-05-10 02:13:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • ec205e73 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ec205e73 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112003&start_sha=3019dfd3b3300f5990682813e41a5632c372a5ee)
_renovate commented 2026-05-10 04:50:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 90d02e8d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>90d02e8d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112180&start_sha=ec205e73d758167a6815105738a185e977567a00)
_renovate commented 2026-05-10 05:02:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 41f04d23 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>41f04d23 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112196&start_sha=90d02e8d4d0e5069c8dad28ae8ed4775e23425df)
_renovate commented 2026-05-10 06:50:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50d937c1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>50d937c1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112286&start_sha=41f04d235f387a0ed8d724859913ca7d00240462)
_renovate commented 2026-05-10 07:10:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6c76501c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6c76501c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112298&start_sha=50d937c1d4245b9923b3134676b98be1ab6cef60)
_renovate commented 2026-05-10 07:28:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9982ee47 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9982ee47 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112314&start_sha=6c76501c591f3831faa545b500724de1ba4975dc)
_renovate commented 2026-05-10 09:09:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • ba0e84f9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ba0e84f9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112428&start_sha=9982ee47ac640802b2b806a8646125c98b3db627)
_renovate commented 2026-05-10 10:51:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4b9031a6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4b9031a6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112499&start_sha=ba0e84f950dfb84e3c0a7ffc8ea0e45b00ea43f4)
_renovate commented 2026-05-10 12:00:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2d00a456 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2d00a456 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112545&start_sha=4b9031a6631b3cb4d510c34a16d8d44fcfaf496e)
_renovate commented 2026-05-10 13:51:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • cf3b6f8f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cf3b6f8f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112689&start_sha=2d00a45692ac5ccb1307c1e9724e3a66c1e6ffc1)
_renovate commented 2026-05-10 14:55:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 15e7fdd3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>15e7fdd3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112768&start_sha=cf3b6f8f7631a53dcde483c3037f7edda15a7f3f)
_renovate commented 2026-05-10 17:49:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4eb93add - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4eb93add - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112959&start_sha=15e7fdd3aa1442816e3ac6a77151989cc8ccbc68)
_renovate commented 2026-05-10 18:05:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • d2091baa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d2091baa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=112992&start_sha=4eb93addc60cf74c3e10f57b8c51f544462f97e3)
_renovate commented 2026-05-10 18:22:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 17c1d5e2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>17c1d5e2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113019&start_sha=d2091baab9c22ad22834d5f748085fd053b25cfe)
_renovate commented 2026-05-10 19:29:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • c8b8a95e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c8b8a95e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113082&start_sha=17c1d5e2c91c6a671b6eaa7569f29b477a42631d)
_renovate commented 2026-05-10 21:58:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • c931321a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c931321a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113251&start_sha=c8b8a95e8e1b9eea6921a50852fad3a57a6a1d07)
_renovate commented 2026-05-10 22:54:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35c85846 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>35c85846 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113328&start_sha=c931321adcdaa37e2e8061b62c932e1fed2fd98e)
_renovate commented 2026-05-10 23:28:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3e60dee5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3e60dee5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113374&start_sha=35c858461fc825dc9bc499573082e706f7d65528)
_renovate commented 2026-05-11 00:20:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • b256324a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b256324a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113427&start_sha=3e60dee5efdf81b4435b00bbc00b9313062c5fd8)
_renovate commented 2026-05-11 02:48:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • d1e86f96 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d1e86f96 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113536&start_sha=b256324a1b6621573ea3436cb919c3c6fdbe2355)
_renovate commented 2026-05-11 02:50:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 91f413ad - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>91f413ad - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113539&start_sha=d1e86f96d62a404c1dccbb939ba25152c49d5a64)
_renovate commented 2026-05-11 04:04:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • cc19de80 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cc19de80 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=113642&start_sha=91f413adf9398476d877578f7b7798aae6b8e937)
_renovate commented 2026-05-11 13:29:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 55b287fa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>55b287fa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=114201&start_sha=cc19de8064ca2fe280f33f621410ea08fa321cdc)
_renovate commented 2026-05-11 16:58:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • e6dfec88 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e6dfec88 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=114447&start_sha=55b287fa3cfdfe79c9063358256823bca7da13b7)
_renovate commented 2026-05-11 17:40:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • cf2aa7ab - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cf2aa7ab - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=114489&start_sha=e6dfec88e79ee94f4b2c4ff62ecdd59903f54a46)
_renovate commented 2026-05-11 19:30:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b21fa1e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1b21fa1e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=114597&start_sha=cf2aa7abf7c51c72f637f752828c56f96c2fa6ab)
_renovate commented 2026-05-11 20:46:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • e532bd88 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e532bd88 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=114677&start_sha=1b21fa1ebb31be15897a4bce6ea92967f8f0ca8a)
_renovate commented 2026-05-11 22:25:10 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-11 22:25:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • f2bb608f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f2bb608f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=114757&start_sha=e532bd88dd9ef05438f98483a216999af7b07069)
_renovate commented 2026-05-11 23:42:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3ae5b36f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3ae5b36f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=114938&start_sha=f2bb608fc03f6e46e7fcc2f9332d47a8862d694c)
_renovate commented 2026-05-12 02:56:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • c91e8bcd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c91e8bcd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115100&start_sha=3ae5b36fa96305cef10341b1e22eb21a67535879)
_renovate commented 2026-05-12 08:21:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 085618d5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>085618d5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115408&start_sha=c91e8bcdbd6c0c48f8c4d1f808ec6a3c8052261b)
_renovate commented 2026-05-12 09:21:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 207a0486 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>207a0486 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115476&start_sha=085618d5228177bdcf29afd5801146405e387965)
_renovate commented 2026-05-12 11:50:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd22b845 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dd22b845 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115664&start_sha=207a04863265fb7210c2fb8bf7957b2b7d0524d2)
_renovate commented 2026-05-12 11:54:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • ab3d7030 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ab3d7030 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115671&start_sha=dd22b845f0bf965027c67f5691af76532eb2a6b9)
_renovate commented 2026-05-12 12:15:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 91654611 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>91654611 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115695&start_sha=ab3d70307091cddfa880e492cd7aa14d72f2691a)
_renovate commented 2026-05-12 12:54:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 60197ee8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>60197ee8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115736&start_sha=9165461180069988428a00566465620f4283adbe)
_renovate commented 2026-05-12 13:18:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • c790fd2c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c790fd2c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115769&start_sha=60197ee87890181688c6434f7494ed1ebd80f7f7)
_renovate commented 2026-05-12 13:44:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5133acc6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5133acc6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115792&start_sha=c790fd2ca3444e87505a37b295453be9eb434bd3)
_renovate commented 2026-05-12 15:14:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • b85788f9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b85788f9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115878&start_sha=5133acc6436b9aa9a275f8319a0388903ca2dd5b)
_renovate commented 2026-05-12 15:23:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • d510dfb8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d510dfb8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115888&start_sha=b85788f966a0aa2ee04c996132fcdbfe3ed2fa42)
_renovate commented 2026-05-12 15:42:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0688b47c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0688b47c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115900&start_sha=d510dfb80f5d0a3c237768b3d9468035f369ef33)
_renovate commented 2026-05-12 16:57:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • f6060b19 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f6060b19 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=115976&start_sha=0688b47cd47178cbd8b536f0e0a3d37240790bb6)
_renovate commented 2026-05-12 17:53:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 71d42f34 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>71d42f34 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116027&start_sha=f6060b19f13cbc7727e9dd837ddfadfdc0a90f29)
_renovate commented 2026-05-12 19:24:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d9d1dcb - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3d9d1dcb - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116208&start_sha=71d42f345b3421791436ac8d2f7e22ae393cf23e)
_renovate commented 2026-05-12 19:37:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2ae17b67 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2ae17b67 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116238&start_sha=3d9d1dcb062267f387cfab0d3e816027e73240a4)
_renovate commented 2026-05-12 19:55:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • de82e405 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>de82e405 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116248&start_sha=2ae17b67b78830cf652bb4516342cf91cded495a)
_renovate commented 2026-05-12 20:37:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8fa06ca1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8fa06ca1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116300&start_sha=de82e4056a6bfd23fa7d181f2caf1b36e08e4937)
_renovate commented 2026-05-12 21:05:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3c0eb69 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a3c0eb69 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116329&start_sha=8fa06ca1919af6436eed8542ba5b0c0ccce28c2c)
_renovate commented 2026-05-12 22:11:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 79798e1b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>79798e1b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116408&start_sha=a3c0eb69dbf0c5bbdb04e8e8900a9491d2b4ec62)
_renovate commented 2026-05-12 23:46:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 51066b49 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>51066b49 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116504&start_sha=79798e1b9190b2820386eb7d27159fc67e057c36)
_renovate commented 2026-05-13 01:44:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • a8da203a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a8da203a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116635&start_sha=51066b4956be60a0ed32c5dbae4c065e55e538d6)
_renovate commented 2026-05-13 01:56:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8800d6a2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8800d6a2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116643&start_sha=a8da203a71635d8c9ff35c877d44fa48d5103382)
_renovate commented 2026-05-13 04:06:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 527ae3df - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>527ae3df - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116733&start_sha=8800d6a2a1f54a2f0321a6bffa905c930f08d1c1)
_renovate commented 2026-05-13 04:23:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9a7b2930 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9a7b2930 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116748&start_sha=527ae3df0484d6c9ea8a72a1ea2a9c62dafa42fa)
_renovate commented 2026-05-13 06:28:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 52797831 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>52797831 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116864&start_sha=9a7b29303f872fb0ee45f66be01efc817414beea)
_renovate commented 2026-05-13 06:58:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27f9cab4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>27f9cab4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=116909&start_sha=527978315db10637a1df75f45667c8e1abe4ca9e)
_renovate commented 2026-05-13 08:46:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 881d7927 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>881d7927 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117086&start_sha=27f9cab4421eb8693ebfcce5f9f823b1ef9a5384)
_renovate commented 2026-05-13 10:13:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0f1101a3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0f1101a3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117195&start_sha=881d7927964a69b72aa5fe46c2d4091ca6b52885)
_renovate commented 2026-05-13 10:15:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 16a6a285 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>16a6a285 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117197&start_sha=0f1101a3892d7359df9efb2e9c283854b8cced7c)
_renovate commented 2026-05-13 10:52:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • d6142dfd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d6142dfd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117284&start_sha=16a6a285d245e781469d5b76b44d4a94ca9d9428)
_renovate commented 2026-05-13 11:21:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4505147c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4505147c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117334&start_sha=d6142dfd41d5ccd832f2ec27c3ef3d0b1ad71e61)
_renovate commented 2026-05-13 11:46:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3cfcb8ed - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3cfcb8ed - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117384&start_sha=4505147c3ff3d9a5ea0fbb88c256d2afe719333e)
_renovate commented 2026-05-13 12:51:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • c82bda09 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c82bda09 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117512&start_sha=3cfcb8ed4f276c5ba52c302c914b9104fe22dd12)
_renovate commented 2026-05-13 14:41:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 75935be0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>75935be0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117643&start_sha=c82bda0987f211d7638bee072ac3cb7012ad3dc1)
_renovate commented 2026-05-13 16:01:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • b7ef6687 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b7ef6687 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117701&start_sha=75935be00e8520d6bb13d2c757129b50ffd3946e)
_renovate commented 2026-05-13 17:28:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3179ad94 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3179ad94 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117768&start_sha=b7ef6687830bd95a1e1d5fdcdf5c25c9c91df03b)
_renovate commented 2026-05-13 19:52:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7bfa3505 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7bfa3505 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=117966&start_sha=3179ad94ee892eba9258e2a8b76f3e24b1f2ffcd)
_renovate commented 2026-05-13 20:48:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • cc7c5131 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cc7c5131 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118044&start_sha=7bfa3505b5c44c0ae45bfe76979ac89845e2dcc4)
_renovate commented 2026-05-13 21:38:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 82d33594 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>82d33594 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118124&start_sha=cc7c5131122d9b776f09dedf4bb46447949cece9)
_renovate commented 2026-05-13 21:48:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 59a23943 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>59a23943 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118139&start_sha=82d33594ea7aa49fde9f8a5021ca12b38d26b058)
_renovate commented 2026-05-13 22:27:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 82a99f7b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>82a99f7b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118169&start_sha=59a2394396da2d531e243efe96ab8c2c43274d95)
_renovate commented 2026-05-13 23:12:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b85b2f1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5b85b2f1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118236&start_sha=82a99f7b6343e7e1eb9a0a7dde4b619f51af55f6)
_renovate commented 2026-05-14 00:03:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • e6ca708f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e6ca708f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118317&start_sha=5b85b2f1053a72e7fe2eded2a84647fb27e49e64)
_renovate commented 2026-05-14 02:26:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • d1785bd2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d1785bd2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118465&start_sha=e6ca708f8a766216493d46259b7beac8ecb488fc)
_renovate commented 2026-05-14 06:53:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • f68fb55d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f68fb55d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118792&start_sha=d1785bd2de1037d953bb7f20486fd9c73c963f9e)
_renovate commented 2026-05-14 08:41:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 951583aa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>951583aa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118928&start_sha=f68fb55df70c37947360c2128d9b6702a218d6af)
_renovate commented 2026-05-14 08:56:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 751ffc7b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>751ffc7b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=118953&start_sha=951583aabd7060089c4c67b5deb39251b3fc24fe)
_renovate commented 2026-05-14 10:25:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • f7cfadad - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f7cfadad - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119098&start_sha=751ffc7b1d23d2a10caed7ad9f7c9ab39c84122b)
_renovate commented 2026-05-14 11:10:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 66fc6023 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>66fc6023 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119145&start_sha=f7cfadad680b76a10672c55d7d8e7f0a12b516a5)
_renovate commented 2026-05-14 13:47:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70f0d09d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>70f0d09d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119315&start_sha=66fc60235251ffb5d2728d7d96297b24e0db4c8a)
_renovate commented 2026-05-14 14:29:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46e0dbf9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>46e0dbf9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119411&start_sha=70f0d09d3612bce8f36d29cf4e0f2fee9843103d)
_renovate commented 2026-05-14 15:30:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 601d95e9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>601d95e9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119512&start_sha=46e0dbf952fc28fc89004ad9dfdb691d806a7953)
_renovate commented 2026-05-14 17:04:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 03b6334a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>03b6334a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119645&start_sha=601d95e9b2e99f208d85bc26075243dcd28a079d)
_renovate commented 2026-05-14 18:55:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 551639f2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>551639f2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119770&start_sha=03b6334ab0feb176a8fea62d9e6fd7781054d8ff)
_renovate commented 2026-05-14 20:40:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb2b6bd4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eb2b6bd4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=119910&start_sha=551639f255cfe387813d99adca537457e2c4343a)
_renovate commented 2026-05-14 23:01:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • caaeac8c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>caaeac8c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120078&start_sha=eb2b6bd47f966016fe2a134f1ec618be91bd66b7)
_renovate commented 2026-05-15 00:01:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 56dbb7ff - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>56dbb7ff - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120120&start_sha=caaeac8c1ad5faeafe5014b6d290d6311a1123b4)
_renovate commented 2026-05-15 00:08:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7351c8e1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7351c8e1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120122&start_sha=56dbb7fff025c76aa21d1f4f29ff72047e98d0be)
_renovate commented 2026-05-15 01:07:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6eac84a8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6eac84a8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120169&start_sha=7351c8e1da1eb546682b16b63a24039b89108f07)
_renovate commented 2026-05-15 01:32:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • ff749fe9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ff749fe9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120187&start_sha=6eac84a80c60ff218c773afb15dc8b430b80d549)
_renovate commented 2026-05-15 01:56:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 52dfe4c5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>52dfe4c5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120216&start_sha=ff749fe960983a6b75e12621a23deaa7d315c73e)
_renovate commented 2026-05-15 04:45:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0fbf6edc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0fbf6edc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120390&start_sha=52dfe4c5db1cd3342bad89c2bbcde263e6e25ec3)
_renovate commented 2026-05-15 05:25:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • e2f16097 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e2f16097 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120433&start_sha=0fbf6edc54196e57c7dd8e844608bcd1ebf10e76)
_renovate commented 2026-05-15 07:19:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5ba49f1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a5ba49f1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120587&start_sha=e2f160979ca9802bb71470e0acd133f9c8d672d2)
_renovate commented 2026-05-15 08:43:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • b45747b6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b45747b6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120776&start_sha=a5ba49f1fa36e67f1024fd7dd7cb382658c3f4e8)
_renovate commented 2026-05-15 09:17:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • e9c96065 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e9c96065 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120823&start_sha=b45747b64adaa6ceb29628a8e038355997b73ac7)
_renovate commented 2026-05-15 09:40:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • f861cfdd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f861cfdd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=120861&start_sha=e9c960653bbb5ddd5e7fcc43b406d96ce2dcdb75)
_renovate commented 2026-05-15 11:27:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • aebdcde2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aebdcde2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121037&start_sha=f861cfdd8788d05d97759c9dc37d5849d911b128)
_renovate commented 2026-05-15 11:37:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • fc5fadda - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fc5fadda - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121045&start_sha=aebdcde2f96f30b1af3737de8aa7c21635a8746f)
_renovate commented 2026-05-15 12:40:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4229eace - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4229eace - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121097&start_sha=fc5fadda6647e02082d45862cdfa671fa6bcb314)
_renovate commented 2026-05-15 15:14:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 57aee0b6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>57aee0b6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121230&start_sha=4229eacef8cef41eba614e9635623daff3f8aeb0)
_renovate commented 2026-05-15 20:15:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 30a28481 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>30a28481 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121610&start_sha=57aee0b67be09edd105e9e5e1cbb90903b52c727)
_renovate commented 2026-05-15 21:43:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ccc2519 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0ccc2519 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121759&start_sha=30a284815090c5d81b0087d6e45c965f22a6e895)
_renovate commented 2026-05-15 22:50:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 289bec65 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>289bec65 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121885&start_sha=0ccc251986274c94a250d32fc93ce5e0dc509443)
_renovate commented 2026-05-15 23:05:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 60a76580 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>60a76580 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121914&start_sha=289bec653b8d60d9fc41dadc63490b68aff9cb32)
_renovate commented 2026-05-15 23:11:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 902610dd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>902610dd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=121927&start_sha=60a765807e1d5c3e9b74ff3a94a20d495fa2f268)
_renovate commented 2026-05-16 03:29:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 597257fc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>597257fc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122177&start_sha=902610dde48b7acbb227f0699c8fa90afae4356f)
_renovate commented 2026-05-16 04:31:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0683c9a9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0683c9a9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122225&start_sha=597257fc6848e8b4b73fe57b09311dde2f6074c4)
_renovate commented 2026-05-16 04:32:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 900c56d8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>900c56d8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122228&start_sha=0683c9a9015cd125bda9718eda910fedb31eb02d)
_renovate commented 2026-05-16 04:49:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • e9961e7f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e9961e7f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122244&start_sha=900c56d8a4d0014f6b81e151231ed7a606c57f3b)
_renovate commented 2026-05-16 06:45:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 328527ad - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>328527ad - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122403&start_sha=e9961e7f0d80e4a36ff99d4dacf1e4fdb6b181ab)
_renovate commented 2026-05-16 07:59:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 163cb63b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>163cb63b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122449&start_sha=328527ad8b4e6196ccf500f2186ac7fef2d9ae22)
_renovate commented 2026-05-16 08:03:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2d4937ec - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2d4937ec - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122457&start_sha=163cb63bd9b4b499855f1cac5c21f68f1e2a283e)
_renovate commented 2026-05-16 08:08:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • e0e1a418 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e0e1a418 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122461&start_sha=2d4937ec520bfeb0e5e047212ab6aa3939841c92)
_renovate commented 2026-05-16 08:35:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b81f81f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8b81f81f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122497&start_sha=e0e1a418aba1da355e782daae1c0554cbee7bc22)
_renovate commented 2026-05-21 19:03:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9c0ebd48 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9c0ebd48 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122803&start_sha=8b81f81f883567390f1c82f3a2bf6f12b7ae2232)
_renovate commented 2026-05-21 19:57:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78bce9e0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>78bce9e0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=122970&start_sha=9c0ebd48cadc4f32c8839d23035255961c0ed951)
_renovate commented 2026-05-21 22:00:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 64980c58 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>64980c58 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123207&start_sha=78bce9e08d05502ade769d07788215a8b3ee4d06)
_renovate commented 2026-05-21 22:09:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 989c9f4f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>989c9f4f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123217&start_sha=64980c582373ff612719b28a9a85aafff83b34df)
_renovate commented 2026-05-21 22:42:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7b7fad69 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7b7fad69 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123268&start_sha=989c9f4faa08c961098fa052b87b855e2c63767c)
_renovate commented 2026-05-21 22:45:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 84d3e0e6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>84d3e0e6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123274&start_sha=7b7fad695c6ea2bb67734e643f72420b403f5e90)
_renovate commented 2026-05-21 23:15:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • c71699e7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c71699e7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123294&start_sha=84d3e0e6d97b34e1c382ed3bd1a4606e42005797)
_renovate commented 2026-05-22 00:38:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 20a29980 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>20a29980 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123369&start_sha=c71699e752638f4921c85f69848d5d0b4cf4b349)
_renovate commented 2026-05-22 01:16:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3cac6ae6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3cac6ae6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123412&start_sha=20a299807cf37b43ec9b9c3f0662f1b9465c82fd)
_renovate commented 2026-05-22 01:39:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6d020690 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6d020690 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123448&start_sha=3cac6ae601eafd16692849b3140ab44de65538c1)
_renovate commented 2026-05-22 01:59:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 30116c53 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>30116c53 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123458&start_sha=6d020690e578065bd71ef1aab4a45e1dffc785ab)
_renovate commented 2026-05-22 02:32:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • e9bc0a97 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e9bc0a97 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123488&start_sha=30116c536b758a999eb4b080ac81c493fda70996)
_renovate commented 2026-05-22 03:44:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0d97cf32 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0d97cf32 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123532&start_sha=e9bc0a972dec107d4a5fa6c880f1e8df5c0885ea)
_renovate commented 2026-05-22 05:41:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0e3affd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f0e3affd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123687&start_sha=0d97cf32494f7be01d7a019a7726cf1af3c9a273)
_renovate commented 2026-05-22 05:43:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4404dfc7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4404dfc7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123691&start_sha=f0e3affd9a927405b4b2d28bcb5e87aae5901bdd)
_renovate commented 2026-05-22 05:50:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0a890f4e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0a890f4e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123706&start_sha=4404dfc71600c672ec1d9b5e4269a7fe57987349)
_renovate commented 2026-05-22 06:08:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • e2a6823f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e2a6823f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123717&start_sha=0a890f4ec4300ec31a4d5d9c5c8a8eb71c6e6c7c)
_renovate commented 2026-05-22 07:13:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5defceee - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5defceee - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123789&start_sha=e2a6823f0d82b6115e31c69b9bbe660b129423c5)
_renovate commented 2026-05-22 09:28:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 31bdee2a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>31bdee2a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=123909&start_sha=5defceeef82a8b6dccf38c99b80f3179f23712eb)
_renovate commented 2026-05-22 11:31:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb488d00 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bb488d00 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124060&start_sha=31bdee2aea9fd53e98f905752100da30e41d7f59)
_renovate commented 2026-05-22 12:11:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9dc0f339 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9dc0f339 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124109&start_sha=bb488d000c12f71433772fc156016585aed8f694)
_renovate commented 2026-05-22 12:34:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • fd3dd8c5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fd3dd8c5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124141&start_sha=9dc0f339f485306cc8f8a2a4508c4f03d3c14ce8)
_renovate commented 2026-05-22 13:04:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • f8f3ec1d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f8f3ec1d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124189&start_sha=fd3dd8c5a577861045d4de91afa207dd9af0df69)
_renovate commented 2026-05-22 15:27:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb73fc28 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eb73fc28 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124371&start_sha=f8f3ec1dd53a61bc35be617a7357860790c2aa8a)
_renovate commented 2026-05-22 16:31:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 877033b2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>877033b2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124436&start_sha=eb73fc287d28805521c86395929a77c987cc2d77)
_renovate commented 2026-05-22 17:37:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 72e76fa0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>72e76fa0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124522&start_sha=877033b2f81107e425d1901f570f4b7f39324231)
_renovate commented 2026-05-22 19:03:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 053c3654 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>053c3654 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124628&start_sha=72e76fa08c21b6b014a52d8b32d72eb992a0237a)
_renovate commented 2026-05-22 19:35:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 021d730b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>021d730b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124664&start_sha=053c36546c2c65167744029536ded9f13f3ccb4d)
_renovate commented 2026-05-22 19:41:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • a93de2cf - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a93de2cf - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124673&start_sha=021d730b9fcbea89108985c307ecfa843147f0bc)
_renovate commented 2026-05-22 19:48:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9ca5de30 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9ca5de30 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124677&start_sha=a93de2cf80000e33a07cb969c00be6bf2b53f907)
_renovate commented 2026-05-22 20:40:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 313c999c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>313c999c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124722&start_sha=9ca5de3021350a02f136f1ba128d7f8a0d37d5c1)
_renovate commented 2026-05-22 22:23:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6e52e6ab - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6e52e6ab - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124842&start_sha=313c999c365f33c0e429b232579c74788ee3e8d8)
_renovate commented 2026-05-22 22:29:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 80b24fdd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>80b24fdd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124859&start_sha=6e52e6ab75295b76617871320bad69bed214d57b)
_renovate commented 2026-05-22 23:28:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • d08e2b45 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d08e2b45 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=124992&start_sha=80b24fdda8ff24ecc578eb709a3102c5422e968d)
_renovate commented 2026-05-22 23:51:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • fe5388e4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fe5388e4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125039&start_sha=d08e2b45c85281acfe88518e1088cc33f5064e8c)
_renovate commented 2026-05-23 03:26:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f2239a3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1f2239a3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125240&start_sha=fe5388e4f1990ec413227279bc530800c8453d26)
_renovate commented 2026-05-23 04:05:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • ed9e43a0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ed9e43a0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125274&start_sha=1f2239a30bac4085a72df8ae3002a2934a1afdc5)
_renovate commented 2026-05-23 04:42:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • a28a9755 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a28a9755 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125317&start_sha=ed9e43a09fdf7c0fae88ee37357c4691302b53c5)
_renovate commented 2026-05-23 06:03:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0e2dec45 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0e2dec45 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125360&start_sha=a28a9755763b67ec6e1ea6cd94b2a7c9d3762ef3)
_renovate commented 2026-05-23 06:24:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • d33510f4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d33510f4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125382&start_sha=0e2dec45ff013d13cd50e018021bb38a43ed1199)
_renovate commented 2026-05-23 07:07:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7c72c334 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7c72c334 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125434&start_sha=d33510f4711763ef9eb7494c6bd727ef9b38b931)
_renovate commented 2026-05-23 07:51:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 401e13ff - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>401e13ff - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125463&start_sha=7c72c334c0efa25e5f61dd6843841c996426411b)
_renovate commented 2026-05-23 08:19:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • a900a1f8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a900a1f8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125507&start_sha=401e13ff7defca7452bd93dff3899c18a69b3170)
_renovate commented 2026-05-23 10:26:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b09e6e9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8b09e6e9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125704&start_sha=a900a1f8dc9ae36ebd14b839d9181be1e18e0c00)
_renovate commented 2026-05-23 12:10:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0005e50c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0005e50c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=125873&start_sha=8b09e6e9201ddc28161635a76d1c00f35d9ef3e5)
_renovate commented 2026-05-23 14:38:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 938ad493 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>938ad493 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126069&start_sha=0005e50c68beb67dfaf74d0cfaa82cb36fb3f638)
_renovate commented 2026-05-23 18:06:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0dafcca - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c0dafcca - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126211&start_sha=938ad493852a53405c958f528b21fd914eae46ae)
_renovate commented 2026-05-23 20:47:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9b97e438 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9b97e438 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126383&start_sha=c0dafcca814dc83466c0aae9dd52586a8ae92a75)
_renovate commented 2026-05-23 21:52:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9e639df - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c9e639df - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126475&start_sha=9b97e4386e2668156c99f4b21bafa6d54a6932c7)
_renovate commented 2026-05-23 22:13:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 53309025 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>53309025 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126509&start_sha=c9e639dfd820ce27b5ecf46e822c28c92a73b5ab)
_renovate commented 2026-05-23 22:28:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5db94916 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5db94916 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126538&start_sha=53309025cf361b00c66e8dfeea891732e8cc75b7)
_renovate commented 2026-05-23 22:39:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4436747f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4436747f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126557&start_sha=5db949163a9f978b4133ca67b63a7d89f112b707)
_renovate commented 2026-05-23 23:06:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • c5de170a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c5de170a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126624&start_sha=4436747fd47e9b6501532b78b5b5b7da6384c768)
_renovate commented 2026-05-24 01:18:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0d8ce776 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0d8ce776 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126789&start_sha=c5de170a2142d9ad839766ff2f92bc89667ef575)
_renovate commented 2026-05-24 01:53:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • e45511e6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e45511e6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=126838&start_sha=0d8ce776e98665feca7e95e4d47da97ccb4b36a0)
_renovate commented 2026-05-24 06:25:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 07e4626d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>07e4626d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127094&start_sha=e45511e6c78ad4653b6476d3ed6e16e5ad999b9a)
_renovate commented 2026-05-24 07:10:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • ae34289f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ae34289f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127147&start_sha=07e4626d565833ecd6da8906e4f8dd095c53bfc1)
_renovate commented 2026-05-24 07:26:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • afa3e8e8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>afa3e8e8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127167&start_sha=ae34289fc2178b36c03aaa45e1a1d4f3d3342fc7)
_renovate commented 2026-05-24 09:52:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • e68befb4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e68befb4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127365&start_sha=afa3e8e88a9e16d08e60dd3dc804843e2e2a748d)
_renovate commented 2026-05-24 10:33:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 37f91a59 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>37f91a59 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127455&start_sha=e68befb47b40d87842ced4de89468b30e97bec89)
_renovate commented 2026-05-24 12:28:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4b903a68 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4b903a68 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127614&start_sha=37f91a59868d93b34f4889a0493dc4dabcf54411)
_renovate commented 2026-05-24 13:08:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78fad7c0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>78fad7c0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127667&start_sha=4b903a68cda778faae1466a782a2987d16764d5c)
_renovate commented 2026-05-24 15:01:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • c919a3b3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c919a3b3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=127789&start_sha=78fad7c0adf0c7a1349a1ee95f00f1f068ee764f)
_renovate commented 2026-05-24 21:28:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2bb8b4b7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2bb8b4b7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128211&start_sha=c919a3b3a1b78d8c197284be93ede67d0d61514b)
_renovate commented 2026-05-24 22:18:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4a2698e8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4a2698e8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128260&start_sha=2bb8b4b7830d477ae7b771fd4685275464fbf679)
_renovate commented 2026-05-25 00:04:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 08f7cd88 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>08f7cd88 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128387&start_sha=4a2698e8e0514eb5c61a9e7883e951ef14c7c398)
_renovate commented 2026-05-25 03:09:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5cb3793e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5cb3793e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128615&start_sha=08f7cd8816d703375ecee54435077a949253fa47)
_renovate commented 2026-05-25 03:15:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9e1f90b2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9e1f90b2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128625&start_sha=5cb3793e2835c36a0ad742d9b002531bcbacfb21)
_renovate commented 2026-05-25 04:52:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • e1ee1fbb - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e1ee1fbb - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128708&start_sha=9e1f90b25f2d908566d2a1bbcd9962ddadc9bb6e)
_renovate commented 2026-05-25 05:24:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • cc819b5c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cc819b5c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128734&start_sha=e1ee1fbbfaa843e4d105d33e4e19061649bb2bb7)
_renovate commented 2026-05-25 05:30:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • d7d6f904 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d7d6f904 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128738&start_sha=cc819b5c632374c0317929e1ceda3f3170547b38)
_renovate commented 2026-05-25 09:27:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 006a1d6a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>006a1d6a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=128978&start_sha=d7d6f904137291af2808f176caa81ac7e97b8834)
_renovate commented 2026-05-25 09:59:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 543df9c8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>543df9c8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129012&start_sha=006a1d6abbe65d8afbb132c63db15f226140acf6)
_renovate commented 2026-05-25 11:24:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 014ce09e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>014ce09e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129147&start_sha=543df9c803da960d2b5eae6478862ee11836d63a)
_renovate commented 2026-05-25 11:42:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • bdc15b29 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bdc15b29 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129173&start_sha=014ce09ea17dc994a9c56ed8278328fe56a2c0cf)
_renovate commented 2026-05-25 11:49:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • b310ce40 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b310ce40 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129190&start_sha=bdc15b2949e085b4475c47cc54fb186e05b2dee4)
_renovate commented 2026-05-25 15:29:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 41d45077 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>41d45077 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129509&start_sha=b310ce406bb7da825f35cd7e17b57b5a7fae9e58)
_renovate commented 2026-05-25 16:21:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 135c3943 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>135c3943 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129539&start_sha=41d45077ff866b56936083e6586d110cd63fea39)
_renovate commented 2026-05-25 16:41:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46714b7a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>46714b7a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129566&start_sha=135c39437bb4c36b0a74ddd2102213b4b0039e2a)
_renovate commented 2026-05-25 17:10:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 84e6e708 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>84e6e708 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129608&start_sha=46714b7a388567ca77eb347585b1ad857b064d65)
_renovate commented 2026-05-25 18:37:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6efec021 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6efec021 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129724&start_sha=84e6e7085dd3d22a68baf9a7e487dac4b01b2219)
_renovate commented 2026-05-25 21:52:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9254cee1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9254cee1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=129990&start_sha=6efec021b55212ba568c702bea51d572503b7422)
_renovate commented 2026-05-25 22:02:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • dba5483e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dba5483e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130011&start_sha=9254cee1958ce323423042c27fdec28322184715)
_renovate commented 2026-05-25 23:15:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2565df07 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2565df07 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130080&start_sha=dba5483ea90c1ef989f4d89176d739d480c3c5cd)
_renovate commented 2026-05-26 04:23:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6d02a598 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6d02a598 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130395&start_sha=2565df0702530699359d0714f3629d3abec9d562)
_renovate commented 2026-05-26 04:27:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • accc1a0f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>accc1a0f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130399&start_sha=6d02a5988c99d9ff6aecbfe2a98702dd95bfc689)
_renovate commented 2026-05-26 05:38:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • d68faedf - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d68faedf - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130501&start_sha=accc1a0f2da559a480288344d76faed9a461d8e0)
_renovate commented 2026-05-26 05:50:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 52fe1d9e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>52fe1d9e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130512&start_sha=d68faedfddc26d784e87f3a8e5017d94d09b272c)
_renovate commented 2026-05-26 06:40:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • c777ca07 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c777ca07 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130572&start_sha=52fe1d9ecf8563fb5aa4eb533bf41660509ff5f1)
_renovate commented 2026-05-26 09:14:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f0f2ad1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1f0f2ad1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130698&start_sha=c777ca074526f56e333e7cb55720181d0f9b6f75)
_renovate commented 2026-05-26 09:35:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • dc6f7566 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dc6f7566 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130728&start_sha=1f0f2ad1f596badc7c4c3b5a43497f85b7d3fedd)
_renovate commented 2026-05-26 10:18:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • b64837b5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b64837b5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130794&start_sha=dc6f7566f0368ab142649e2cfc02e3e69cf98f09)
_renovate commented 2026-05-26 10:51:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 33b01900 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>33b01900 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130835&start_sha=b64837b56061db30e600d7b769e908293ed33e88)
_renovate commented 2026-05-26 11:58:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2f12c9a3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2f12c9a3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130935&start_sha=33b019001ea702f2584c1fc213ab04ec201b055a)
_renovate commented 2026-05-26 12:39:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • f53b54b3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f53b54b3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130956&start_sha=2f12c9a33af909ecdfabcf42c1eae12f92b0277d)
_renovate commented 2026-05-26 12:52:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0fd19f4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f0fd19f4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=130976&start_sha=f53b54b3dc3981d67fc7443e49a203374db07096)
_renovate commented 2026-05-26 13:20:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2637aa54 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2637aa54 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131006&start_sha=f0fd19f429f5c13ba609a303a517be3631811bea)
_renovate commented 2026-05-26 14:34:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • eebb1b65 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eebb1b65 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131073&start_sha=2637aa545e0efcf3a01d05545d474a73b2c2879a)
_renovate commented 2026-05-26 14:36:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2a8a8270 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2a8a8270 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131075&start_sha=eebb1b65b093744123555bb9f3eb33f286ec5ade)
_renovate commented 2026-05-26 16:19:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • cbd33f09 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cbd33f09 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131198&start_sha=2a8a8270747d55a8d05dea11fd7f62ca7eb61995)
_renovate commented 2026-05-26 17:37:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • db0fbe1d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>db0fbe1d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131318&start_sha=cbd33f09a9edcf1cf2d8e8125e92c0ac5f02701a)
_renovate commented 2026-05-26 17:46:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4c5702e9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4c5702e9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131334&start_sha=db0fbe1d3d770f3860a6656e527f1890582b3553)
_renovate commented 2026-05-26 18:19:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0e285217 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0e285217 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131378&start_sha=4c5702e9bfb8f90d7203c4a091866af4bbb0a5f2)
_renovate commented 2026-05-26 18:58:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0f656978 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0f656978 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131433&start_sha=0e28521736df719d2718a76df36737e3f3a5236e)
_renovate commented 2026-05-26 19:35:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • cf2bf9c4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cf2bf9c4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131470&start_sha=0f656978dee6eecdd3a8fc4535e4295a28816b1b)
_renovate commented 2026-05-26 20:04:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • a30762a5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a30762a5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131493&start_sha=cf2bf9c48e237038e9c72950b7a7a323f4d71c98)
_renovate commented 2026-05-26 20:26:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 812ad588 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>812ad588 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131520&start_sha=a30762a5428c58e623ddd48b369b4a57226a3a6a)
_renovate commented 2026-05-26 20:56:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b392b1d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2b392b1d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131558&start_sha=812ad588500607c992066629f133b57e4b3df206)
_renovate commented 2026-05-26 21:36:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8168f0dc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8168f0dc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131602&start_sha=2b392b1d0330180a9de949aeef3348b934557b9c)
_renovate commented 2026-05-26 22:07:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 591bc3b4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>591bc3b4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131640&start_sha=8168f0dcb3b820d289c9ad2a19088774a96eb920)
_renovate commented 2026-05-26 22:42:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • a2028a97 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a2028a97 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131681&start_sha=591bc3b49e53f780550addedcb6b779d7dc111ab)
_renovate commented 2026-05-26 23:17:09 +02:00 (Migrated from edugit.org)

added 3 commits

  • a2028a97...b08211c2 - 2 commits from branch master
  • f674c57b - Update dependency pandas to v3

Compare with previous version

added 3 commits <ul><li>a2028a97...b08211c2 - 2 commits from branch <code>master</code></li><li>f674c57b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131723&start_sha=a2028a979e7a744425e8c4db7b123f1050d74786)
_renovate commented 2026-05-26 23:58:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • a7b5faee - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a7b5faee - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131800&start_sha=f674c57bc34de6d049b40e072238b9a9844294fc)
_renovate commented 2026-05-27 01:08:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • d914d3c0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d914d3c0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=131890&start_sha=a7b5faee88b4ec5380e419a103dd632d5192a51c)
_renovate commented 2026-05-27 02:03:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • f2a46121 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f2a46121 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132014&start_sha=d914d3c010d7ee8e01d7c6b4de8407023cff8acb)
_renovate commented 2026-05-27 02:26:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • af3d0d97 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>af3d0d97 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132042&start_sha=f2a46121bbb7eec00846fd41a2c955c57139efa0)
_renovate commented 2026-05-27 02:41:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0f71fe42 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0f71fe42 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132059&start_sha=af3d0d97ad5aa7a82aeddb5c9b33746ab4007654)
_renovate commented 2026-05-27 03:42:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • d68f9d36 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d68f9d36 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132146&start_sha=0f71fe42ce3274c61428524729916c02db487931)
_renovate commented 2026-05-27 05:01:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 42b3a3f7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>42b3a3f7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132269&start_sha=d68f9d36f2a3304a9e2707487d36a8197387d873)
_renovate commented 2026-05-27 06:26:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 05df0da8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>05df0da8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132325&start_sha=42b3a3f7ec5466e780d8f7fec72e4c602e24ad8f)
_renovate commented 2026-05-27 06:38:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5d2ad55d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5d2ad55d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132339&start_sha=05df0da8510da4a734ae22618fb70ab10327bf3c)
_renovate commented 2026-05-27 06:59:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • aa66eff6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aa66eff6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132362&start_sha=5d2ad55d2a4d7e492d52d20ab5dcf06c1bfaf0f2)
_renovate commented 2026-05-27 08:41:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • b72e836f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b72e836f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132451&start_sha=aa66eff63ba71bae6f283385b1b85809d04d3e76)
_renovate commented 2026-05-27 09:15:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • b0d5147c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b0d5147c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132516&start_sha=b72e836f9f9c5da4819439371658b5fb3a3f7f59)
_renovate commented 2026-05-27 09:29:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • ba8b57ba - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ba8b57ba - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132546&start_sha=b0d5147c01f8192cc7705808fab2d4f51e105786)
_renovate commented 2026-05-27 10:33:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5d7163d5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5d7163d5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132641&start_sha=ba8b57ba3787b505142b3d72b59c8c682ba6b1be)
_renovate commented 2026-05-27 11:28:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 54981f35 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>54981f35 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132727&start_sha=5d7163d583744ee30ba4db7fb783e0d8511e7e44)
_renovate commented 2026-05-27 16:07:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • d12e5935 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d12e5935 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=132971&start_sha=54981f35449bafaa3f9c19011669df3193977266)
_renovate commented 2026-05-27 17:17:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6a0cb95e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6a0cb95e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133040&start_sha=d12e5935a922018f30ef62302fcc7ea3b0abd8d3)
_renovate commented 2026-05-27 18:49:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2820459e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2820459e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133115&start_sha=6a0cb95eaafe398798a71b7bb4d91645ada5cc91)
_renovate commented 2026-05-27 19:26:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • a0504f22 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a0504f22 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133171&start_sha=2820459e07353651d9247896e5c3aa0c9def5047)
_renovate commented 2026-05-27 19:57:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 582afebd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>582afebd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133188&start_sha=a0504f22b204bc4e24f672dd2904597cdbe4d262)
_renovate commented 2026-05-27 20:07:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2c9d863f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2c9d863f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133207&start_sha=582afebda45b6650adcdc45c1a3b5a34073193be)
_renovate commented 2026-05-27 23:39:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • d8cbf8e3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d8cbf8e3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133408&start_sha=2c9d863ffaf8300d12f32b5b3b19aad8668e4193)
_renovate commented 2026-05-28 00:03:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8cf4e34a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8cf4e34a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133427&start_sha=d8cbf8e3e0ba07d6a2dd1a82a33b08bf60d13698)
_renovate commented 2026-05-28 01:28:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • fe2da7d3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fe2da7d3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133512&start_sha=8cf4e34a140aa68da792a671187fe58c1446534b)
_renovate commented 2026-05-28 02:13:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 04c20df5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>04c20df5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133563&start_sha=fe2da7d3543f0d1b5d155f8b0042196006e37c6c)
_renovate commented 2026-05-28 02:25:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8e7c1bf7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8e7c1bf7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133583&start_sha=04c20df5d6b4980ca698dce407fe45da0d5a76a2)
_renovate commented 2026-05-28 03:31:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 998085a1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>998085a1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133709&start_sha=8e7c1bf7421b9c5150cf5f51b89e83cc5406a841)
_renovate commented 2026-05-28 03:40:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 51cc18d5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>51cc18d5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133730&start_sha=998085a11d8717c96a938ce695723fe9a622e993)
_renovate commented 2026-05-28 04:10:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • bc1b2e8a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bc1b2e8a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133778&start_sha=51cc18d51a37ca9c3e2cb25d702933d3b251193b)
_renovate commented 2026-05-28 04:59:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 48b0916a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>48b0916a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133809&start_sha=bc1b2e8adb50b101d07dd8fe98dc7684074b7d41)
_renovate commented 2026-05-28 05:27:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7d3bdc55 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7d3bdc55 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133847&start_sha=48b0916aa2dd9beb6cf909c04f3e698bf0d7dc8e)
_renovate commented 2026-05-28 06:05:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ecb4026 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7ecb4026 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133878&start_sha=7d3bdc555b84705de3145f74fc19c0c00c08ce14)
_renovate commented 2026-05-28 07:08:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • c6b26a43 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c6b26a43 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133973&start_sha=7ecb40269a2857abad79f7ae75df38f0684302f4)
_renovate commented 2026-05-28 07:12:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3e97e7ce - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3e97e7ce - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=133978&start_sha=c6b26a434ea3cfc2aaa4b9b4fa315ce494adc140)
_renovate commented 2026-05-28 08:16:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 495fa93c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>495fa93c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134096&start_sha=3e97e7cecafb003fc5bc373d587d2eaf46968392)
_renovate commented 2026-05-28 09:24:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • b5f7929c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b5f7929c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134195&start_sha=495fa93c18586890b76fa1f193b0ece4b71a9b9c)
_renovate commented 2026-05-28 10:06:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1c6de166 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1c6de166 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134208&start_sha=b5f7929c5db57afe739528c45a486f861a3586bc)
_renovate commented 2026-05-28 12:54:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • e038b494 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e038b494 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134383&start_sha=1c6de166862b8fe1f28979ccc23f6f8546d8f8a2)
_renovate commented 2026-05-28 13:30:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 470bfb3c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>470bfb3c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134412&start_sha=e038b4944404988d752723de67d78fef51585c5f)
_renovate commented 2026-05-28 13:37:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3e0c9627 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3e0c9627 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134415&start_sha=470bfb3c0c9fb0118f82126a3b362eaec6ff4166)
_renovate commented 2026-05-28 14:09:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6ad37fa6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6ad37fa6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134449&start_sha=3e0c962766c48a00617d156f88bc2251dcc22f11)
_renovate commented 2026-05-28 17:29:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 216e17bf - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>216e17bf - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134673&start_sha=6ad37fa60db1ea0601e051a4c2a7042d44a50c54)
_renovate commented 2026-05-28 18:47:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61eb56d7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>61eb56d7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134726&start_sha=216e17bfc82fa705002fa8f7307789d7ce6b9613)
_renovate commented 2026-05-28 19:04:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 25d5d578 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>25d5d578 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134750&start_sha=61eb56d71d9afcd4a66b3b99437f277548b98169)
_renovate commented 2026-05-28 20:30:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2f94566f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2f94566f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134867&start_sha=25d5d578dc9c4a8f755ae075f432b22982cbfa40)
_renovate commented 2026-05-28 22:55:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 909e0191 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>909e0191 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=134998&start_sha=2f94566ffd386e4710ac3e85b7e0b1cc04ac9b1b)
_renovate commented 2026-05-29 00:37:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6a5d7d36 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6a5d7d36 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135149&start_sha=909e01912359513e70e52723ce41f3a32977298f)
_renovate commented 2026-05-29 02:00:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a191e24 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8a191e24 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135264&start_sha=6a5d7d368d2d1b30336e9dee10700653bd23fd2c)
_renovate commented 2026-05-29 04:06:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • adf47465 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>adf47465 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135411&start_sha=8a191e241f94fdda5ad07e7e18c20998dc5852ae)
_renovate commented 2026-05-29 04:29:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6c91010e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6c91010e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135442&start_sha=adf47465d91964569549ec28dd642cd593ee5e40)
_renovate commented 2026-05-29 04:37:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 398d2eb8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>398d2eb8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135454&start_sha=6c91010ece54a4550754c428238088507a87d8e7)
_renovate commented 2026-05-29 04:43:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 98a089cc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>98a089cc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135473&start_sha=398d2eb8555be3159fc31f5733c548e8fc70c759)
_renovate commented 2026-05-29 05:28:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 19ee434c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>19ee434c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135556&start_sha=98a089cc908d982f3fa7396294e3b53e2441cc25)
_renovate commented 2026-05-29 05:44:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb54c9a5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fb54c9a5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135575&start_sha=19ee434c0d269c65b902435370f16a92960d8d48)
_renovate commented 2026-05-29 07:20:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 241eebac - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>241eebac - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135680&start_sha=fb54c9a5ebfabf06eae9d693fcff9c86b791af90)
_renovate commented 2026-05-29 10:03:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • e90c3b60 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e90c3b60 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135880&start_sha=241eebac5788c393f94a0aaaaed04da9dc0ad080)
_renovate commented 2026-05-29 11:46:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 98e8bc4a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>98e8bc4a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=135965&start_sha=e90c3b60d1ee73c6678b88ed9a2a1cc7325b85ac)
_renovate commented 2026-05-29 13:30:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • f9dbc278 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f9dbc278 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136093&start_sha=98e8bc4a4523f046201aa638130fb1fd0f101053)
_renovate commented 2026-05-29 13:39:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • dfb17515 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dfb17515 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136106&start_sha=f9dbc278c2ba9c3462ad7f9e9efd8281d74217e7)
_renovate commented 2026-05-29 15:00:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3f26bd35 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3f26bd35 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136253&start_sha=dfb17515db8d6625d30e78fca766c61ce8141724)
_renovate commented 2026-05-29 15:11:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 77bc884a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>77bc884a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136270&start_sha=3f26bd351dd62c7bb14a157b3e7751b941ca8c78)
_renovate commented 2026-05-29 17:33:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7086f173 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7086f173 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136449&start_sha=77bc884a9ca14edbe7f6c7e185fc7a95e6ddd765)
_renovate commented 2026-05-29 19:00:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6fd5a086 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6fd5a086 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136554&start_sha=7086f173b664edbf64e17efff736b0fca1357f18)
_renovate commented 2026-05-29 22:11:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 393c4cc0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>393c4cc0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136760&start_sha=6fd5a08619bf88adbcd1d4757e1b258f0183e799)
_renovate commented 2026-05-29 23:06:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 842d2b01 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>842d2b01 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136823&start_sha=393c4cc0769ff9906c1e5371e60193f7f6cd1810)
_renovate commented 2026-05-29 23:52:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • cdea7036 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cdea7036 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136900&start_sha=842d2b01f75f8242c639f32e04b1cfa8dfdccab1)
_renovate commented 2026-05-30 00:41:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ab2a3e8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7ab2a3e8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=136977&start_sha=cdea70368964eb91d8a58fb544365fb909eee968)
_renovate commented 2026-05-30 01:36:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 641cca1c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>641cca1c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137026&start_sha=7ab2a3e8172c889e76e8e555be9fffd503e02336)
_renovate commented 2026-05-30 03:22:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 729f4496 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>729f4496 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137137&start_sha=641cca1c1cab2254c31152ef6bcd2ca4b6d5620e)
_renovate commented 2026-05-30 04:16:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • f80a65de - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f80a65de - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137222&start_sha=729f4496ff3bf93a27a601283d3ad58d422eca24)
_renovate commented 2026-05-30 04:45:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0cdc51ab - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0cdc51ab - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137273&start_sha=f80a65de1bafcf8ad3eea7a4d0e55ed8133b90c0)
_renovate commented 2026-05-30 06:02:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 37ae96ff - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>37ae96ff - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137406&start_sha=0cdc51ab155340f41316694de027ac9f814e275e)
_renovate commented 2026-05-30 08:50:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6dc8032d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6dc8032d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137566&start_sha=37ae96ff8c98d9b0c4150911887e0bc61146936e)
_renovate commented 2026-05-30 10:08:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac3b2775 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ac3b2775 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137675&start_sha=6dc8032d63eac50437476ec96fbaccc4ec61f526)
_renovate commented 2026-05-30 10:14:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • ca79c02c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ca79c02c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137681&start_sha=ac3b2775e5f369a9dbe09df03281c3d03922d807)
_renovate commented 2026-05-30 10:41:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 245f1f1b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>245f1f1b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137708&start_sha=ca79c02c5452521ea9c02ec552f229e4f02cb5c4)
_renovate commented 2026-05-30 14:41:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • aab4af82 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aab4af82 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=137960&start_sha=245f1f1b9534099ffae3e8b1093d625b0ecbe623)
_renovate commented 2026-05-30 15:51:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 627fbdba - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>627fbdba - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138046&start_sha=aab4af82f8a478dde6c6d05983d1254be590b138)
_renovate commented 2026-05-30 16:05:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 20154dca - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>20154dca - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138067&start_sha=627fbdba247e35eba430f696bfbde3551c9e985d)
_renovate commented 2026-05-30 19:07:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6b1aa6a8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6b1aa6a8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138194&start_sha=20154dca9b791abeccf1bc3231140b77db3694d5)
_renovate commented 2026-05-30 21:28:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 62e96ea4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>62e96ea4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138280&start_sha=6b1aa6a849829e42e0daf243a37e4bd4302a11de)
_renovate commented 2026-05-30 21:50:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 23b40779 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>23b40779 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138290&start_sha=62e96ea421a97504b23863a6665ba049cca24912)
_renovate commented 2026-05-30 23:56:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • c083271d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c083271d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138362&start_sha=23b40779bb1ac4f778c81af736615ab65aaad06a)
_renovate commented 2026-05-31 00:19:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 45cf5a42 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>45cf5a42 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138417&start_sha=c083271d67240d3f0b6334c2ef64f16024f3a75e)
_renovate commented 2026-05-31 00:29:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 85d2ad5e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>85d2ad5e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138433&start_sha=45cf5a42468154a63efb56013d75269867ac93c6)
_renovate commented 2026-05-31 00:44:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • f7627369 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f7627369 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138454&start_sha=85d2ad5e33b7b626314fa4d86010bac62b95c505)
_renovate commented 2026-05-31 00:53:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0cffa67 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f0cffa67 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138469&start_sha=f76273698b20138fc8d0709d7c1270239edf5a19)
_renovate commented 2026-05-31 01:02:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35aed164 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>35aed164 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138484&start_sha=f0cffa674082ab60787ad7be0a900358addbbf64)
_renovate commented 2026-05-31 02:23:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • fa9cdc08 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fa9cdc08 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138603&start_sha=35aed164dcef439a8530aaae9419f2ad9c093a53)
_renovate commented 2026-05-31 03:05:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7f22f676 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7f22f676 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138673&start_sha=fa9cdc08f7c335d10ca8c5ad9a83286e46b5bcef)
_renovate commented 2026-05-31 04:20:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6ded3243 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6ded3243 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138771&start_sha=7f22f676f7ab7241482eaf1442b2d46501b6d03c)
_renovate commented 2026-05-31 04:46:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 007396c7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>007396c7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138801&start_sha=6ded32432057bb78a8251cc2b79cb283b3a5c702)
_renovate commented 2026-05-31 05:26:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • f6b2c3ef - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f6b2c3ef - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=138855&start_sha=007396c7935e6f568371a641a2581f3623c07e93)
_renovate commented 2026-05-31 09:08:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • c85f0d10 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c85f0d10 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139086&start_sha=f6b2c3efac3660dd977b619235902244e4835af1)
_renovate commented 2026-05-31 09:58:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3279b15e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3279b15e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139158&start_sha=c85f0d10c5da2b6bf85de72815e8aa2415d36fce)
_renovate commented 2026-05-31 10:06:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 11bc9d31 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>11bc9d31 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139168&start_sha=3279b15e577e5498f0df3771321ef8f4bfe9de6c)
_renovate commented 2026-05-31 11:03:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9883fde - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c9883fde - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139233&start_sha=11bc9d31e4ea1b983bb8e61d37b5bc45def87dbb)
_renovate commented 2026-05-31 13:50:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 87d6da7e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>87d6da7e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139455&start_sha=c9883fde274fbcba96df0457352c03d5bb06f12b)
_renovate commented 2026-05-31 14:37:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ffeeb26 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1ffeeb26 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139502&start_sha=87d6da7e42ee1fab90c2a53e4e06e2bd60404f80)
_renovate commented 2026-05-31 15:47:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3fc948d5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3fc948d5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139607&start_sha=1ffeeb2679ffe46fc874f93e03bddd591839916a)
_renovate commented 2026-05-31 16:46:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b81e576 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8b81e576 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139654&start_sha=3fc948d5eac1da197f3e72168e8678221fc9b99f)
_renovate commented 2026-05-31 17:08:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • f82becc8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f82becc8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139666&start_sha=8b81e576ff810f47a4296b25585ef4f9a22a4983)
_renovate commented 2026-05-31 18:48:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • ff518ba6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ff518ba6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139734&start_sha=f82becc871ed556db5bb785a1b4beec2e5fc825e)
_renovate commented 2026-05-31 19:40:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • d863c09e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d863c09e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139757&start_sha=ff518ba60a1479380ee474233d4f6e5a68e76d4b)
_renovate commented 2026-05-31 20:08:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b8aa638 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5b8aa638 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139805&start_sha=d863c09ef64340bd0032b75287ae016655b103b4)
_renovate commented 2026-05-31 20:30:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • fc0f6e32 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fc0f6e32 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139817&start_sha=5b8aa63886894d753977f8c0f789fa2b2c98b878)
_renovate commented 2026-05-31 21:43:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8e1eb7f7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8e1eb7f7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139897&start_sha=fc0f6e32f9853e28369226bb8365c45ab88b235e)
_renovate commented 2026-05-31 22:18:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • e95e0d2d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e95e0d2d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139918&start_sha=8e1eb7f7d0a00f3b7f42f2b5d107a599e136efb4)
_renovate commented 2026-05-31 22:32:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8259dce0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8259dce0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=139943&start_sha=e95e0d2d1938767fb446bb17c9db14b4ad6cc16d)
_renovate commented 2026-06-01 01:37:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 63f2686e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>63f2686e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140105&start_sha=8259dce05c063665953a037c62346390ef58d987)
_renovate commented 2026-06-01 02:30:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 451b4afc - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>451b4afc - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140202&start_sha=63f2686efd1c64a44d4fa6f7b11f02ec4a8a5946)
_renovate commented 2026-06-01 03:37:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • ce9f6649 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ce9f6649 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140294&start_sha=451b4afca5fd0623bffa985812ad2c07c3b23535)
_renovate commented 2026-06-01 04:43:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 39629274 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>39629274 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140386&start_sha=ce9f6649b1874294b557d1944e059f0778e397dd)
_renovate commented 2026-06-01 05:18:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • f5627ed7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f5627ed7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140434&start_sha=39629274437f44d6a99cf046a677f6e7177b1299)
_renovate commented 2026-06-01 05:45:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 68ce8780 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>68ce8780 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140467&start_sha=f5627ed7486a8022fa293a36b0d4a229afbab5a8)
_renovate commented 2026-06-01 05:49:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 786504df - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>786504df - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140469&start_sha=68ce87801d15ba77b77d82117f90c601e3a28ddb)
_renovate commented 2026-06-01 06:18:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • d0605447 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d0605447 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140492&start_sha=786504df371774f30c58a7de1a74307096cc4dcc)
_renovate commented 2026-06-01 07:22:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b521e6c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8b521e6c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140549&start_sha=d060544776113c8063f57c598c63ae05e9dd6526)
_renovate commented 2026-06-01 08:22:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 754fa0cf - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>754fa0cf - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140604&start_sha=8b521e6c4da0e97dd0d6458102918b30aee3c2a3)
_renovate commented 2026-06-01 08:57:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 00dbaeb0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>00dbaeb0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140653&start_sha=754fa0cf901cf20606e021813c05c3025ce13457)
_renovate commented 2026-06-01 09:10:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6478d67d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6478d67d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140668&start_sha=00dbaeb0eda71063e7b77d23a352a7533be749df)
_renovate commented 2026-06-01 09:41:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0166f492 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0166f492 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140700&start_sha=6478d67d8f57daad1f4fb08bd9ead90b22bb4e4f)
_renovate commented 2026-06-01 10:10:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • ec624b7d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ec624b7d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140730&start_sha=0166f4922456512378090a3f6f7d0e4c81684d38)
_renovate commented 2026-06-01 12:00:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • d572c16e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d572c16e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140802&start_sha=ec624b7dd583d9d7df481de6382a8487d06d5f0c)
_renovate commented 2026-06-01 12:02:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6f7aba51 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6f7aba51 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140804&start_sha=d572c16ea2695ade5d457e5533827e451b171bf0)
_renovate commented 2026-06-01 14:14:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb5dfb10 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eb5dfb10 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=140912&start_sha=6f7aba5181bd34f8384e3591ddd96f49c8aadbd8)
_renovate commented 2026-06-01 15:46:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 32cb14fa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>32cb14fa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141023&start_sha=eb5dfb100ae9d664eea75f5db4170fb123d4f2af)
_renovate commented 2026-06-01 16:11:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 291e6616 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>291e6616 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141050&start_sha=32cb14fad760e5ad8a861565284d9d7a931b59d1)
_renovate commented 2026-06-01 16:20:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0d69884 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c0d69884 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141067&start_sha=291e6616e81c5d1a4622eba15651fc2c9225786d)
_renovate commented 2026-06-01 18:06:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6581f7e6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6581f7e6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141213&start_sha=c0d698840e15753919b9276499985a298b5d0c7f)
_renovate commented 2026-06-01 18:53:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2579382c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2579382c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141253&start_sha=6581f7e6eddaba961e97b622c68da1e1b3410a3d)
_renovate commented 2026-06-01 19:22:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 18b574e7 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>18b574e7 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141267&start_sha=2579382c4311986deaa1190d919c5f81e174026f)
_renovate commented 2026-06-01 19:37:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8c17392e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8c17392e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141291&start_sha=18b574e7018c2a20bf107f38e933991e7e53d5e5)
_renovate commented 2026-06-01 19:51:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f73bb8b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1f73bb8b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141325&start_sha=8c17392eb1817bbcbbf6b8cdeb26321eac7efbd3)
_renovate commented 2026-06-01 21:44:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5d59ea6a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5d59ea6a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141553&start_sha=1f73bb8bd57298bdb73f0787e081887a0ad80d59)
_renovate commented 2026-06-01 21:52:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 001b739a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>001b739a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141558&start_sha=5d59ea6aa7c6397284da4b6c8dc5118b7be6d47c)
_renovate commented 2026-06-02 00:18:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 90766bee - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>90766bee - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141794&start_sha=001b739acec8601c2283306f483114a3a4fa191a)
_renovate commented 2026-06-02 00:25:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 58d73f9d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>58d73f9d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141809&start_sha=90766beee2338f674b0d356ef71ab13dfec474c7)
_renovate commented 2026-06-02 03:43:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4f4b2217 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4f4b2217 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141954&start_sha=58d73f9d18513e91a5b022b9ec248b1a7a390be3)
_renovate commented 2026-06-02 03:48:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6ea458af - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6ea458af - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=141958&start_sha=4f4b221745b3b3930b367973421dff8949d0071b)
_renovate commented 2026-06-02 04:59:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6a2ea497 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6a2ea497 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142041&start_sha=6ea458afd7900bcbb6a28bb36b60c06329dba3ae)
_renovate commented 2026-06-02 05:48:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 999967b8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>999967b8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142097&start_sha=6a2ea4977315db2baa51725e335cac8efe675274)
_renovate commented 2026-06-02 06:51:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • b081e45f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b081e45f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142162&start_sha=999967b86083f3941d5cbcc93356d5c417a0abe2)
_renovate commented 2026-06-02 07:58:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 83f74b03 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>83f74b03 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142242&start_sha=b081e45ffbf7c4306e76f835e22f046076757f1e)
_renovate commented 2026-06-02 09:51:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 87ef50b6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>87ef50b6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142376&start_sha=83f74b0375486d2d082b7736b681d501effdc422)
_renovate commented 2026-06-02 10:48:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5e2ae8a3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5e2ae8a3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142470&start_sha=87ef50b63df59b26e27485b2b63bfb28a63a70f5)
_renovate commented 2026-06-02 11:07:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb9c8c9d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bb9c8c9d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142521&start_sha=5e2ae8a3e00c8a53bc3e8c95f721828972e0d991)
_renovate commented 2026-06-02 12:55:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1057a941 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1057a941 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142669&start_sha=bb9c8c9d2e43c3b45dd61c4641cb62be6164402e)
_renovate commented 2026-06-02 13:57:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27842f28 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>27842f28 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142715&start_sha=1057a941bf3f9d61edc1a45b7d0641885ea6b04f)
_renovate commented 2026-06-02 15:49:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1cde12df - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1cde12df - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142810&start_sha=27842f28797cd5324d344f3e5b4a8ced10cc168c)
_renovate commented 2026-06-02 16:36:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • ecfd98bd - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ecfd98bd - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=142905&start_sha=1cde12df740f83b3f16e321480ee63e2a3bd45be)
_renovate commented 2026-06-02 17:48:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • a0a8cd98 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a0a8cd98 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143039&start_sha=ecfd98bd86b6c8da0b774aac94b13ae44c0f6322)
_renovate commented 2026-06-02 18:02:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • af757932 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>af757932 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143070&start_sha=a0a8cd98796237fe4c711d550ed4150b5f33bfd4)
_renovate commented 2026-06-02 18:19:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 788a9ad9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>788a9ad9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143090&start_sha=af75793248397414ad7381118d8da5703b6a64a8)
_renovate commented 2026-06-02 19:04:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • fcba5f3b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fcba5f3b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143133&start_sha=788a9ad9613b90e7ee2498a2b4ca147c7ad9ce40)
_renovate commented 2026-06-02 19:32:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0b6cccc6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0b6cccc6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143161&start_sha=fcba5f3b519ee829ba6baa11813188a25318adbe)
_renovate commented 2026-06-02 22:42:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 196d0789 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>196d0789 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143398&start_sha=0b6cccc63e1595cafc26203ba0a6a6aa4a3f1217)
_renovate commented 2026-06-02 22:44:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 03cd94a1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>03cd94a1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143400&start_sha=196d0789e41e006fec7a890301aa0088642980de)
_renovate commented 2026-06-02 23:17:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 351983b4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>351983b4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143434&start_sha=03cd94a1f44cc9382d1b84da8ccef13298824f25)
_renovate commented 2026-06-03 06:28:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • b6ce143c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b6ce143c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=143936&start_sha=351983b48b553da2c0d4f6e2f0129946bdfd9259)
_renovate commented 2026-06-03 08:06:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0226966 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c0226966 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144037&start_sha=b6ce143cb925fdcc83d6a095a527898201dc6f90)
_renovate commented 2026-06-03 09:04:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • ea7854e8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ea7854e8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144127&start_sha=c022696690cf79ad93b71ff7389b445bc0558f2d)
_renovate commented 2026-06-03 09:09:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • e9ebd91e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e9ebd91e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144138&start_sha=ea7854e86ff716d3fc654023133be66bf8a86d57)
_renovate commented 2026-06-03 09:43:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ce6f310 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7ce6f310 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144175&start_sha=e9ebd91ebc7a5188039fec556356cf5b53cd0313)
_renovate commented 2026-06-03 09:49:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 66bbb2c3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>66bbb2c3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144187&start_sha=7ce6f310cb0b413fe01fbb1e3808c256b4fe0dd6)
_renovate commented 2026-06-03 10:59:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • d08535f5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d08535f5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144365&start_sha=66bbb2c362c8d66c72a526173e15d3188b4c4e7a)
_renovate commented 2026-06-03 12:12:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • af1eea91 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>af1eea91 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144515&start_sha=d08535f5b63a8a5bc65800b82e1978e2bb8a2fe9)
_renovate commented 2026-06-04 02:32:04 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-05 15:41:23 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 17:11:45 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 17:32:00 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 18:00:11 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 18:30:29 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-12 10:22:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 965cf62f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>965cf62f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144755&start_sha=af1eea918bda95756f20bb767ce6a434e63c271f)
_renovate commented 2026-06-12 10:23:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 60a2a361 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>60a2a361 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144759&start_sha=965cf62f676e228939abeb694b673cf16b2119d8)
_renovate commented 2026-06-19 18:55:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0a56bd53 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0a56bd53 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=144993&start_sha=60a2a361f2ca7b17ff4a3c09b5bbbfae7a05533b)
_renovate commented 2026-06-19 19:07:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3251d4df - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3251d4df - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145031&start_sha=0a56bd53598f792320b1afde0131c0390c9368b7)
_renovate commented 2026-06-19 19:17:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 005ca962 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>005ca962 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145045&start_sha=3251d4df0a65163421a9d85866471dceee05a12a)
_renovate commented 2026-06-19 19:47:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a89d83b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8a89d83b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145127&start_sha=005ca96218260f07911b7db38cd748694e537f3a)
_renovate commented 2026-06-19 20:20:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • ded16f07 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ded16f07 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145195&start_sha=8a89d83bb89c64600d897e57c953d877db0eb721)
_renovate commented 2026-06-19 20:25:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • f53974d1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f53974d1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145209&start_sha=ded16f07bb0d589afff7918fa5e31c5c3e7a5d92)
_renovate commented 2026-06-19 21:13:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8d6dcfd6 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8d6dcfd6 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145326&start_sha=f53974d1538310b84ce60e1808a588f6822b1fbd)
_renovate commented 2026-06-19 21:42:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6bc6ed31 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6bc6ed31 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145361&start_sha=8d6dcfd619c00f418ca458645a6ab5712a2e9f97)
_renovate commented 2026-06-19 23:54:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a05c309 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8a05c309 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145519&start_sha=6bc6ed3174abbe9fef3bb4c79a9d477b20e488c5)
_renovate commented 2026-06-20 00:42:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • f7865482 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f7865482 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145569&start_sha=8a05c309311b5a3f4421177517e55d259062bb17)
_renovate commented 2026-06-20 01:20:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 11b2f9fb - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>11b2f9fb - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145623&start_sha=f78654824f04fff1b329140d076b369285f0f5b5)
_renovate commented 2026-06-20 01:23:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5269a06a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5269a06a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145629&start_sha=11b2f9fb39d97bba4dcdfff1e77d48644736e506)
_renovate commented 2026-06-20 01:38:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 52b35467 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>52b35467 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145648&start_sha=5269a06a2f683457f54389c91581bc2b8c916fc5)
_renovate commented 2026-06-20 01:58:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 89b583f2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>89b583f2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145663&start_sha=52b354675843f1b36c6eac6c5ca3d87de8029757)
_renovate commented 2026-06-20 02:49:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9653efda - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9653efda - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145746&start_sha=89b583f24e64f1e73985381b1d61bc9bd7c1bb53)
_renovate commented 2026-06-20 03:22:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 523939ae - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>523939ae - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145790&start_sha=9653efda3f49775c26c81b3d618f98a73c589e6a)
_renovate commented 2026-06-20 03:40:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • b151941b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b151941b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145809&start_sha=523939ae38123834e2350a0aef4e2f018646ae6a)
_renovate commented 2026-06-20 04:13:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6941b1b0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6941b1b0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145861&start_sha=b151941b84e961685afc212cef930a3075af7ba5)
_renovate commented 2026-06-20 05:15:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9d227862 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9d227862 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145944&start_sha=6941b1b0bb254a3b549401586882aba73adba78f)
_renovate commented 2026-06-20 05:22:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5989a9e1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5989a9e1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=145953&start_sha=9d227862386cd9c1846be7f44aae4d1cc3d77220)
_renovate commented 2026-06-20 05:49:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb1eb145 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eb1eb145 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146008&start_sha=5989a9e128c295e3889f38c86998b504a1ebdf05)
_renovate commented 2026-06-20 06:09:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13077693 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>13077693 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146039&start_sha=eb1eb14555d1f7c1ae8f439897a69a2675411e89)
_renovate commented 2026-06-20 06:30:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9da05b4e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9da05b4e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146077&start_sha=13077693df15a05b003bbba94a3bb516f1d22a54)
_renovate commented 2026-06-20 06:45:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • a2e38bbe - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a2e38bbe - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146098&start_sha=9da05b4e4eb42eef2ed5d007209878b371b7149f)
_renovate commented 2026-06-20 08:10:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d794db8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3d794db8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146209&start_sha=a2e38bbe057cb0ffd0068e935d9664dc9514acd9)
_renovate commented 2026-06-20 08:44:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3f62a25e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3f62a25e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146240&start_sha=3d794db898ee1b81cf774a4a5c26abc7583161e5)
_renovate commented 2026-06-20 09:21:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • afed9eaa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>afed9eaa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146267&start_sha=3f62a25e43d5c682acfd50ee2350205b37c39c78)
_renovate commented 2026-06-20 10:05:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • eea0f6c0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eea0f6c0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146322&start_sha=afed9eaa8488e2b6e3d365f20907bbaae83bb713)
_renovate commented 2026-06-20 10:12:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 247cfba9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>247cfba9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146331&start_sha=eea0f6c0bff0fbb31365072e0a605f7ac52b5acd)
_renovate commented 2026-06-20 11:50:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95ffc160 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>95ffc160 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146504&start_sha=247cfba96d61e155cae49a2bcee4a25d2d7e1d57)
_renovate commented 2026-06-20 12:38:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 261eba9e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>261eba9e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146596&start_sha=95ffc1609b3d0224f8bc8d984e806d61638c6a01)
_renovate commented 2026-06-20 13:45:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • d26406f2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d26406f2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146660&start_sha=261eba9e327ed8f4eccce23935ecb61535e06388)
_renovate commented 2026-06-20 14:26:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 51b1d060 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>51b1d060 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146714&start_sha=d26406f2381ba04f091463255566c0d00a60777b)
_renovate commented 2026-06-20 17:38:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 25856ea9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>25856ea9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146925&start_sha=51b1d0602b68310e9cf99f35926493eec8d81f30)
_renovate commented 2026-06-20 17:54:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • f95804c8 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f95804c8 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146962&start_sha=25856ea984ab8d4b24c3ddb1678a2985756bc4db)
_renovate commented 2026-06-20 18:05:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2409e0e4 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>2409e0e4 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146968&start_sha=f95804c806b36ecad4cb39e531b39998d3e48002)
_renovate commented 2026-06-20 18:24:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ad67cba - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7ad67cba - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=146970&start_sha=2409e0e459691fa65312ae4235c91d28d0b09549)
_renovate commented 2026-06-20 20:22:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • dc0c052f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>dc0c052f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147150&start_sha=7ad67cba5e780bab873d47c2a5fa4fac9350a658)
_renovate commented 2026-06-20 21:05:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b095df3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>1b095df3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147185&start_sha=dc0c052f8ccfb257e2717b8d630bd001f8e3d71b)
_renovate commented 2026-06-20 21:34:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0a85dc3c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0a85dc3c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147228&start_sha=1b095df30a82cb2a883b4b326737d38881196c49)
_renovate commented 2026-06-20 21:44:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6de6c81b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>6de6c81b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147247&start_sha=0a85dc3ca370f06476b20291c0e7db3570fad5e5)
_renovate commented 2026-06-20 22:09:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4f0f8a12 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4f0f8a12 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147303&start_sha=6de6c81bdd56c01db632888a95ad50192343663f)
_renovate commented 2026-06-20 22:24:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4ef4718e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4ef4718e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147324&start_sha=4f0f8a12090036222a2dc315c3d7e108884c5c63)
_renovate commented 2026-06-20 23:07:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 05bc1672 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>05bc1672 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147382&start_sha=4ef4718e263a31d1202134cc079850fa8dd75e33)
_renovate commented 2026-06-20 23:50:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4a85a34c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4a85a34c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147439&start_sha=05bc1672a6aba3c2872ba05fe7d3fc74cbd34098)
_renovate commented 2026-06-21 00:10:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • fc3344ec - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>fc3344ec - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147444&start_sha=4a85a34c11d62a3c5fb86f7775d79e06e1c833de)
_renovate commented 2026-06-21 01:22:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8d056ce3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8d056ce3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147516&start_sha=fc3344ec51e941e1c4ce49d1d4c8b64f9956b2e6)
_renovate commented 2026-06-21 04:57:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • e5b565fb - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e5b565fb - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147762&start_sha=8d056ce3391965100e9d344bce9c0b4006a06b51)
_renovate commented 2026-06-21 06:58:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb4429c3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eb4429c3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=147987&start_sha=e5b565fb997bda3836431cf37ca88935b04d0b75)
_renovate commented 2026-06-21 07:30:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • ddd35ad1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ddd35ad1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148012&start_sha=eb4429c3fe1d8892aa34aa0a76e6745ae269c74a)
_renovate commented 2026-06-21 08:20:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • aaa521b3 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>aaa521b3 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148095&start_sha=ddd35ad12304c9a32c047428a5f04daf24e5f2bc)
_renovate commented 2026-06-21 09:07:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5e5eb92b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5e5eb92b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148176&start_sha=aaa521b329e8b64ae350f92ec8900e9069b20d74)
_renovate commented 2026-06-21 10:34:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • b1d37072 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>b1d37072 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148330&start_sha=5e5eb92b379a29e5d3ea5b2508e16efc4777a387)
_renovate commented 2026-06-21 12:22:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 28a26026 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>28a26026 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148481&start_sha=b1d37072b36549b7d6a8b4b7878d91ec05ba662c)
_renovate commented 2026-06-21 13:39:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13409775 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>13409775 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148551&start_sha=28a26026eee358d63e85b1aab97cc664188a18ec)
_renovate commented 2026-06-21 14:08:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • d756224f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d756224f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148573&start_sha=134097754381cabe3eed296d0c7a843ab83ebb77)
_renovate commented 2026-06-21 14:55:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • ad1d0554 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ad1d0554 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148671&start_sha=d756224ff3c6cee626add9aa5ef98a101a6bf498)
_renovate commented 2026-06-21 15:46:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • c26dbcf9 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>c26dbcf9 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148751&start_sha=ad1d0554140fc9b1ef062d29ee4d66b254e403ab)
_renovate commented 2026-06-21 15:47:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9126ae91 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>9126ae91 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148753&start_sha=c26dbcf986f49c23228c6302e29f27b7217b084c)
_renovate commented 2026-06-21 15:55:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a4462aa - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8a4462aa - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148769&start_sha=9126ae91ee8d2f39a317d8a976adf156385e9b7c)
_renovate commented 2026-06-21 16:48:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • e733dc9e - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e733dc9e - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=148906&start_sha=8a4462aa3003b535b682ff423e79dd4c3d4b68c8)
_renovate commented 2026-06-21 19:00:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8ccbaf06 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8ccbaf06 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149131&start_sha=e733dc9e90e99cf6d83a8debc64cfa25695b053a)
_renovate commented 2026-06-21 19:43:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • f04218b1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f04218b1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149156&start_sha=8ccbaf061daca7e71489a453a7f780d3bf21ed78)
_renovate commented 2026-06-21 19:53:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • e56adb84 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e56adb84 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149162&start_sha=f04218b1c9c5719cf4ba3b8ea3f99ce742181070)
_renovate commented 2026-06-21 20:21:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • bf0d93d1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>bf0d93d1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149183&start_sha=e56adb84ce0c8cd1e2feacb975756509a6391f86)
_renovate commented 2026-06-21 20:23:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5c43f978 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5c43f978 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149188&start_sha=bf0d93d149f67e8234c050250fff06c8681f54db)
_renovate commented 2026-06-21 20:26:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • e64d09e1 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e64d09e1 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149192&start_sha=5c43f978cb14ef3ed88edd18f60acfd67807377f)
_renovate commented 2026-06-21 21:31:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • f3077432 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f3077432 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149288&start_sha=e64d09e1d500e2459b94f17f3d999bf738568d81)
_renovate commented 2026-06-21 22:12:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0c66362f - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0c66362f - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149354&start_sha=f3077432ec2bc3a1cec9b7b1cc344c5c5cb02930)
_renovate commented 2026-06-21 22:41:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • e4f30d04 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e4f30d04 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149409&start_sha=0c66362f3bd0bb267eed5aea397c1710bb30a815)
_renovate commented 2026-06-21 23:51:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb0823ce - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>eb0823ce - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149514&start_sha=e4f30d04104a2ec3e0d9f54a847998cdb9344530)
_renovate commented 2026-06-22 00:19:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7210d60d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7210d60d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149546&start_sha=eb0823ce70eb9072db0725234a3ee568b866add3)
_renovate commented 2026-06-22 00:33:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4dfa2461 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>4dfa2461 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149566&start_sha=7210d60d4242e2ac73dc9f79d7fbec0e5c8ae74c)
_renovate commented 2026-06-22 00:34:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8daf8850 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>8daf8850 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149575&start_sha=4dfa246148e2a4fb96573b3b87e042605a6d2c9b)
_renovate commented 2026-06-22 01:00:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 672fa5e0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>672fa5e0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149611&start_sha=8daf8850cc472c77b40a67869b6b00467cfcc533)
_renovate commented 2026-06-22 01:20:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 680c2aa2 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>680c2aa2 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149643&start_sha=672fa5e0dd49097087c732cf77cb349aaa2cc558)
_renovate commented 2026-06-22 02:06:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7941de45 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>7941de45 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149720&start_sha=680c2aa206db4b681eeef4698e89ca0bfbca9254)
_renovate commented 2026-06-22 02:12:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0cefcb6d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>0cefcb6d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149725&start_sha=7941de455de92a11e03e57bc32dd95efe1d94148)
_renovate commented 2026-06-22 02:55:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 59b34182 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>59b34182 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149781&start_sha=0cefcb6d2bba517b6e34723cc2b70fec9bc27950)
_renovate commented 2026-06-22 03:06:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 992e9422 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>992e9422 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149799&start_sha=59b3418212bf40c2f268493ca8d4f565e2a1d452)
_renovate commented 2026-06-22 03:15:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3dd37d81 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3dd37d81 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=149822&start_sha=992e9422d33612059ad161725c631e256dc35387)
_renovate commented 2026-06-22 05:30:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • f994634b - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>f994634b - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150067&start_sha=3dd37d81fd73c88795b693abb5fa125bac09a8c9)
_renovate commented 2026-06-22 05:51:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5381859 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>a5381859 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150090&start_sha=f994634bc85bc57f936d7c2acca3fbb8f7c1061a)
_renovate commented 2026-06-22 07:26:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • e43d76af - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>e43d76af - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150189&start_sha=a5381859685b44343ed4202caec314115c3403d3)
_renovate commented 2026-06-22 07:31:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • cfb45d1a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>cfb45d1a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150201&start_sha=e43d76afc7849c241d493dbe5039d7a43a0d6b0b)
_renovate commented 2026-06-22 08:41:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • ea7abf2a - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>ea7abf2a - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150287&start_sha=cfb45d1acb93e440a97d47b2fc241903f6ab5c91)
_renovate commented 2026-06-22 11:44:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3e14d66d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3e14d66d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150638&start_sha=ea7abf2a0e47537d9f3c8ecef270444173e338e4)
_renovate commented 2026-06-22 12:42:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • d8fa7d11 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>d8fa7d11 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150709&start_sha=3e14d66d879dc5190b76495ec1713171d180ec71)
_renovate commented 2026-06-22 15:10:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 430cc44d - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>430cc44d - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=150991&start_sha=d8fa7d110f275039f94bd4c1410610362d6898ee)
_renovate commented 2026-06-22 15:59:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 23635d88 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>23635d88 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=151129&start_sha=430cc44d59ff3bd65c16d4db496e4de7f053a5b5)
_renovate commented 2026-06-22 16:07:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • efc9dfec - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>efc9dfec - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=151155&start_sha=23635d88d7f171558babafdb78b6da8efc974679)
_renovate commented 2026-06-22 16:35:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 033d7395 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>033d7395 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=151220&start_sha=efc9dfec620190485e389fb8c82b1af1ca81140c)
_renovate commented 2026-06-22 17:05:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5350b6e5 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5350b6e5 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=151290&start_sha=033d73950c51049c408fba879b7645bff7aca908)
_renovate commented 2026-06-22 17:09:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5611270c - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>5611270c - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=151294&start_sha=5350b6e58cde887e7ef3fe447049508755c040fe)
_renovate commented 2026-06-22 18:10:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3a7898c0 - Update dependency pandas to v3

Compare with previous version

added 1 commit <ul><li>3a7898c0 - Update dependency pandas to v3</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/218/diffs?diff_id=151428&start_sha=5611270cc477b4505b7903c24d3c6e15eb1e44f1)
_renovate commented 2026-06-28 17:35:45 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-29 19:10:57 +02:00 (Migrated from edugit.org)

changed the description

changed the description
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pandas-3.x:renovate/pandas-3.x
git switch renovate/pandas-3.x
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-CSVImport!293
No description provided.