Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
dockerfile: Dockerfile.publishing_tools
args:
REPO_URL: https://github.com/SNEWS2/SNEWS_Publishing_Tools.git
BRANCH: test-framework #main
BRANCH: main
HOP_USERNAME: ${HOP_USERNAME}
HOP_PASSWORD: ${HOP_PASSWORD}
container_name: publishing_tools_publisher
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ psycopg2-binary = "^2.9" # PostgreSQL adapter
confluent-kafka = "^2.3" # Kafka client

[tool.poetry.group.dev.dependencies]
snews-pt = "^1.0.0"
snews-pt = "^2.0.0"
autopep8 = "^2.0.4"
flake8 = "^6.1.0"
pytest = "<6.3.0" # Constrained by snews_pt
Expand Down