Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump package and tooling dependencies #88

Merged
merged 9 commits into from
Sep 3, 2023

Conversation

matthuska
Copy link
Contributor

  • Use latest version of poetry and nox, as well as all packages we depend on. This resolves some warnings we had during tests.
  • Remove upper limits of package versions in pyproject.toml to more easily adapt to newer package versions.
  • Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0
  • Simplify sonar conda env to only include core packages. The rest should be installed using poetry to guarantee the locked package versions are used (to match testing and CI envs)
  • Update documentation to include newer poetry and nox versions

- Use latest version of poetry and nox, as well as all packages we depend on.
  This resolves some warnings we had during tests.
- Remove upper limits of package versions in pyproject.toml to more easily adapt
  to newer package versions.
- Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0
- Simplify sonar conda env to only include core packages. The rest should be
  installed using poetry to guarantee the locked package versions are used (to
  match testing and CI envs)
- Update documentation to include newer poetry and nox versions
- Use latest version of poetry and nox, as well as all packages we depend on.
  This resolves some warnings we had during tests.
- Remove upper limits of package versions in pyproject.toml to more easily adapt
  to newer package versions.
- Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0
- Simplify sonar conda env to only include core packages. The rest should be
  installed using poetry to guarantee the locked package versions are used (to
  match testing and CI envs)
- Update documentation to include newer poetry and nox versions
- Use latest version of poetry and nox, as well as all packages we depend on.
  This resolves some warnings we had during tests.
- Remove upper limits of package versions in pyproject.toml to more easily adapt
  to newer package versions.
- Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0
- Simplify sonar conda env to only include core packages. The rest should be
  installed using poetry to guarantee the locked package versions are used (to
  match testing and CI envs)
- Update documentation to include newer poetry and nox versions
- Use latest version of poetry and nox, as well as all packages we depend on.
  This resolves some warnings we had during tests.
- Remove upper limits of package versions in pyproject.toml to more easily adapt
  to newer package versions.
- Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0
- Simplify sonar conda env to only include core packages. The rest should be
  installed using poetry to guarantee the locked package versions are used (to
  match testing and CI envs)
- Update documentation to include newer poetry and nox versions
@stephan-fuchs
Copy link
Collaborator

can you remove emboss and ensure tat parasail is included. Thx a lot!

@matthuska
Copy link
Contributor Author

Emboss has now been removed. Parasail is installed by poetry along with all other python dependencies, the conda environment is only for non-python dependencies as well as the python tools themselves (python 3.9, nox, poetry, pre-commit). I also renamed the environment file from sonar.env.yml to the more standard environment.yml.

… trapped at python 3.9.2 (instead of 3.9.18).
@stephan-fuchs stephan-fuchs merged commit d229276 into dev/covsonar2-alpha Sep 3, 2023
1 check passed
@stephan-fuchs stephan-fuchs deleted the fix/bump-dep-versions branch September 3, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants